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