Uses of Class
com.oracle.bmc.bastion.requests.ChangeBastionCompartmentRequest
-
Packages that use ChangeBastionCompartmentRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of ChangeBastionCompartmentRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type ChangeBastionCompartmentRequest Modifier and Type Method Description ChangeBastionCompartmentResponse
Bastion. changeBastionCompartment(ChangeBastionCompartmentRequest request)
Moves a bastion into a different compartment.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)
ChangeBastionCompartmentResponse
BastionClient. changeBastionCompartment(ChangeBastionCompartmentRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type ChangeBastionCompartmentRequest 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 ChangeBastionCompartmentRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return ChangeBastionCompartmentRequest Modifier and Type Method Description ChangeBastionCompartmentRequest
ChangeBastionCompartmentRequest.Builder. build()
Build the instance of ChangeBastionCompartmentRequest as configured by this builderChangeBastionCompartmentRequest
ChangeBastionCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeBastionCompartmentRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type ChangeBastionCompartmentRequest Modifier and Type Method Description ChangeBastionCompartmentRequest.Builder
ChangeBastionCompartmentRequest.Builder. copy(ChangeBastionCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-