Uses of Class
com.oracle.bmc.waas.responses.ChangeCertificateCompartmentResponse
-
Packages that use ChangeCertificateCompartmentResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ChangeCertificateCompartmentResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ChangeCertificateCompartmentResponse Modifier and Type Method Description ChangeCertificateCompartmentResponse
Waas. changeCertificateCompartment(ChangeCertificateCompartmentRequest request)
Moves certificate into a different compartment.ChangeCertificateCompartmentResponse
WaasClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ChangeCertificateCompartmentResponse Modifier and Type Method Description Future<ChangeCertificateCompartmentResponse>
WaasAsync. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Moves certificate into a different compartment.Future<ChangeCertificateCompartmentResponse>
WaasAsyncClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type ChangeCertificateCompartmentResponse Modifier and Type Method Description Future<ChangeCertificateCompartmentResponse>
WaasAsync. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Moves certificate into a different compartment.Future<ChangeCertificateCompartmentResponse>
WaasAsyncClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
-
Uses of ChangeCertificateCompartmentResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ChangeCertificateCompartmentResponse Modifier and Type Method Description ChangeCertificateCompartmentResponse
ChangeCertificateCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.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.
-