Uses of Class
com.oracle.bmc.bastion.model.ChangeBastionCompartmentDetails
-
Packages that use ChangeBastionCompartmentDetails Package Description com.oracle.bmc.bastion.model com.oracle.bmc.bastion.requests -
-
Uses of ChangeBastionCompartmentDetails in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return ChangeBastionCompartmentDetails Modifier and Type Method Description ChangeBastionCompartmentDetails
ChangeBastionCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type ChangeBastionCompartmentDetails Modifier and Type Method Description ChangeBastionCompartmentDetails.Builder
ChangeBastionCompartmentDetails.Builder. copy(ChangeBastionCompartmentDetails model)
-
Uses of ChangeBastionCompartmentDetails in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return ChangeBastionCompartmentDetails Modifier and Type Method Description ChangeBastionCompartmentDetails
ChangeBastionCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeBastionCompartmentDetails
ChangeBastionCompartmentRequest. getChangeBastionCompartmentDetails()
The compartment information to be updated.Methods in com.oracle.bmc.bastion.requests with parameters of type ChangeBastionCompartmentDetails Modifier and Type Method Description ChangeBastionCompartmentRequest.Builder
ChangeBastionCompartmentRequest.Builder. body$(ChangeBastionCompartmentDetails body)
Alternative setter for the body parameter.ChangeBastionCompartmentRequest.Builder
ChangeBastionCompartmentRequest.Builder. changeBastionCompartmentDetails(ChangeBastionCompartmentDetails changeBastionCompartmentDetails)
The compartment information to be updated.
-