Uses of Class
com.oracle.bmc.core.responses.ChangeServiceGatewayCompartmentResponse
-
Packages that use ChangeServiceGatewayCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangeServiceGatewayCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangeServiceGatewayCompartmentResponse Modifier and Type Method Description ChangeServiceGatewayCompartmentResponse
VirtualNetwork. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request)
Moves a service gateway into a different compartment within the same tenancy.ChangeServiceGatewayCompartmentResponse
VirtualNetworkClient. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ChangeServiceGatewayCompartmentResponse Modifier and Type Method Description Future<ChangeServiceGatewayCompartmentResponse>
VirtualNetworkAsync. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request, AsyncHandler<ChangeServiceGatewayCompartmentRequest,ChangeServiceGatewayCompartmentResponse> handler)
Moves a service gateway into a different compartment within the same tenancy.Future<ChangeServiceGatewayCompartmentResponse>
VirtualNetworkAsyncClient. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request, AsyncHandler<ChangeServiceGatewayCompartmentRequest,ChangeServiceGatewayCompartmentResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type ChangeServiceGatewayCompartmentResponse Modifier and Type Method Description Future<ChangeServiceGatewayCompartmentResponse>
VirtualNetworkAsync. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request, AsyncHandler<ChangeServiceGatewayCompartmentRequest,ChangeServiceGatewayCompartmentResponse> handler)
Moves a service gateway into a different compartment within the same tenancy.Future<ChangeServiceGatewayCompartmentResponse>
VirtualNetworkAsyncClient. changeServiceGatewayCompartment(ChangeServiceGatewayCompartmentRequest request, AsyncHandler<ChangeServiceGatewayCompartmentRequest,ChangeServiceGatewayCompartmentResponse> handler)
-
Uses of ChangeServiceGatewayCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangeServiceGatewayCompartmentResponse Modifier and Type Method Description ChangeServiceGatewayCompartmentResponse
ChangeServiceGatewayCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeServiceGatewayCompartmentResponse Modifier and Type Method Description ChangeServiceGatewayCompartmentResponse.Builder
ChangeServiceGatewayCompartmentResponse.Builder. copy(ChangeServiceGatewayCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-