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