Uses of Class
com.oracle.bmc.streaming.model.ChangeStreamPoolCompartmentDetails
-
Packages that use ChangeStreamPoolCompartmentDetails Package Description com.oracle.bmc.streaming.model com.oracle.bmc.streaming.requests -
-
Uses of ChangeStreamPoolCompartmentDetails in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return ChangeStreamPoolCompartmentDetails Modifier and Type Method Description ChangeStreamPoolCompartmentDetails
ChangeStreamPoolCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type ChangeStreamPoolCompartmentDetails Modifier and Type Method Description ChangeStreamPoolCompartmentDetails.Builder
ChangeStreamPoolCompartmentDetails.Builder. copy(ChangeStreamPoolCompartmentDetails model)
-
Uses of ChangeStreamPoolCompartmentDetails in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ChangeStreamPoolCompartmentDetails Modifier and Type Method Description ChangeStreamPoolCompartmentDetails
ChangeStreamPoolCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeStreamPoolCompartmentDetails
ChangeStreamPoolCompartmentRequest. getChangeStreamPoolCompartmentDetails()
The stream pool will be moved into the compartment specified within this entity.Methods in com.oracle.bmc.streaming.requests with parameters of type ChangeStreamPoolCompartmentDetails Modifier and Type Method Description ChangeStreamPoolCompartmentRequest.Builder
ChangeStreamPoolCompartmentRequest.Builder. body$(ChangeStreamPoolCompartmentDetails body)
Alternative setter for the body parameter.ChangeStreamPoolCompartmentRequest.Builder
ChangeStreamPoolCompartmentRequest.Builder. changeStreamPoolCompartmentDetails(ChangeStreamPoolCompartmentDetails changeStreamPoolCompartmentDetails)
The stream pool will be moved into the compartment specified within this entity.
-