Uses of Class
com.oracle.bmc.bastion.responses.ChangeBastionCompartmentResponse
-
Packages that use ChangeBastionCompartmentResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of ChangeBastionCompartmentResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return ChangeBastionCompartmentResponse Modifier and Type Method Description ChangeBastionCompartmentResponse
Bastion. changeBastionCompartment(ChangeBastionCompartmentRequest request)
Moves a bastion into a different compartment.ChangeBastionCompartmentResponse
BastionClient. changeBastionCompartment(ChangeBastionCompartmentRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type ChangeBastionCompartmentResponse Modifier and Type Method Description Future<ChangeBastionCompartmentResponse>
BastionAsync. changeBastionCompartment(ChangeBastionCompartmentRequest request, AsyncHandler<ChangeBastionCompartmentRequest,ChangeBastionCompartmentResponse> handler)
Moves a bastion into a different compartment.Future<ChangeBastionCompartmentResponse>
BastionAsyncClient. changeBastionCompartment(ChangeBastionCompartmentRequest request, AsyncHandler<ChangeBastionCompartmentRequest,ChangeBastionCompartmentResponse> handler)
Method parameters in com.oracle.bmc.bastion with type arguments of type ChangeBastionCompartmentResponse Modifier and Type Method Description Future<ChangeBastionCompartmentResponse>
BastionAsync. changeBastionCompartment(ChangeBastionCompartmentRequest request, AsyncHandler<ChangeBastionCompartmentRequest,ChangeBastionCompartmentResponse> handler)
Moves a bastion into a different compartment.Future<ChangeBastionCompartmentResponse>
BastionAsyncClient. changeBastionCompartment(ChangeBastionCompartmentRequest request, AsyncHandler<ChangeBastionCompartmentRequest,ChangeBastionCompartmentResponse> handler)
-
Uses of ChangeBastionCompartmentResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return ChangeBastionCompartmentResponse Modifier and Type Method Description ChangeBastionCompartmentResponse
ChangeBastionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type ChangeBastionCompartmentResponse Modifier and Type Method Description ChangeBastionCompartmentResponse.Builder
ChangeBastionCompartmentResponse.Builder. copy(ChangeBastionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-