Uses of Class
com.oracle.bmc.apigateway.responses.ChangeGatewayCompartmentResponse
-
Packages that use ChangeGatewayCompartmentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of ChangeGatewayCompartmentResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return ChangeGatewayCompartmentResponse Modifier and Type Method Description ChangeGatewayCompartmentResponse
Gateway. changeGatewayCompartment(ChangeGatewayCompartmentRequest request)
Changes the gateway compartment.ChangeGatewayCompartmentResponse
GatewayClient. changeGatewayCompartment(ChangeGatewayCompartmentRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type ChangeGatewayCompartmentResponse Modifier and Type Method Description Future<ChangeGatewayCompartmentResponse>
GatewayAsync. changeGatewayCompartment(ChangeGatewayCompartmentRequest request, AsyncHandler<ChangeGatewayCompartmentRequest,ChangeGatewayCompartmentResponse> handler)
Changes the gateway compartment.Future<ChangeGatewayCompartmentResponse>
GatewayAsyncClient. changeGatewayCompartment(ChangeGatewayCompartmentRequest request, AsyncHandler<ChangeGatewayCompartmentRequest,ChangeGatewayCompartmentResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type ChangeGatewayCompartmentResponse Modifier and Type Method Description Future<ChangeGatewayCompartmentResponse>
GatewayAsync. changeGatewayCompartment(ChangeGatewayCompartmentRequest request, AsyncHandler<ChangeGatewayCompartmentRequest,ChangeGatewayCompartmentResponse> handler)
Changes the gateway compartment.Future<ChangeGatewayCompartmentResponse>
GatewayAsyncClient. changeGatewayCompartment(ChangeGatewayCompartmentRequest request, AsyncHandler<ChangeGatewayCompartmentRequest,ChangeGatewayCompartmentResponse> handler)
-
Uses of ChangeGatewayCompartmentResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ChangeGatewayCompartmentResponse Modifier and Type Method Description ChangeGatewayCompartmentResponse
ChangeGatewayCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type ChangeGatewayCompartmentResponse Modifier and Type Method Description ChangeGatewayCompartmentResponse.Builder
ChangeGatewayCompartmentResponse.Builder. copy(ChangeGatewayCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-