Uses of Class
com.oracle.bmc.apigateway.responses.ChangeApiCompartmentResponse
-
Packages that use ChangeApiCompartmentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of ChangeApiCompartmentResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return ChangeApiCompartmentResponse Modifier and Type Method Description ChangeApiCompartmentResponse
ApiGateway. changeApiCompartment(ChangeApiCompartmentRequest request)
Changes the API compartment.ChangeApiCompartmentResponse
ApiGatewayClient. changeApiCompartment(ChangeApiCompartmentRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type ChangeApiCompartmentResponse Modifier and Type Method Description Future<ChangeApiCompartmentResponse>
ApiGatewayAsync. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)
Changes the API compartment.Future<ChangeApiCompartmentResponse>
ApiGatewayAsyncClient. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type ChangeApiCompartmentResponse Modifier and Type Method Description Future<ChangeApiCompartmentResponse>
ApiGatewayAsync. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)
Changes the API compartment.Future<ChangeApiCompartmentResponse>
ApiGatewayAsyncClient. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)
-
Uses of ChangeApiCompartmentResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ChangeApiCompartmentResponse Modifier and Type Method Description ChangeApiCompartmentResponse
ChangeApiCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type ChangeApiCompartmentResponse Modifier and Type Method Description ChangeApiCompartmentResponse.Builder
ChangeApiCompartmentResponse.Builder. copy(ChangeApiCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-