Uses of Class
com.oracle.bmc.apigateway.requests.ChangeApiCompartmentRequest
- 
Packages that use ChangeApiCompartmentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests 
- 
- 
Uses of ChangeApiCompartmentRequest in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type ChangeApiCompartmentRequest Modifier and Type Method Description ChangeApiCompartmentResponseApiGateway. changeApiCompartment(ChangeApiCompartmentRequest request)Changes the API compartment.Future<ChangeApiCompartmentResponse>ApiGatewayAsync. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)Changes the API compartment.Future<ChangeApiCompartmentResponse>ApiGatewayAsyncClient. changeApiCompartment(ChangeApiCompartmentRequest request, AsyncHandler<ChangeApiCompartmentRequest,ChangeApiCompartmentResponse> handler)ChangeApiCompartmentResponseApiGatewayClient. changeApiCompartment(ChangeApiCompartmentRequest request)Method parameters in com.oracle.bmc.apigateway with type arguments of type ChangeApiCompartmentRequest 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 ChangeApiCompartmentRequest in com.oracle.bmc.apigateway.requestsMethods in com.oracle.bmc.apigateway.requests that return ChangeApiCompartmentRequest Modifier and Type Method Description ChangeApiCompartmentRequestChangeApiCompartmentRequest.Builder. build()Build the instance of ChangeApiCompartmentRequest as configured by this builderChangeApiCompartmentRequestChangeApiCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeApiCompartmentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type ChangeApiCompartmentRequest Modifier and Type Method Description ChangeApiCompartmentRequest.BuilderChangeApiCompartmentRequest.Builder. copy(ChangeApiCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-