Uses of Class
com.oracle.bmc.certificatesmanagement.responses.ChangeCaBundleCompartmentResponse
-
Packages that use ChangeCaBundleCompartmentResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of ChangeCaBundleCompartmentResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return ChangeCaBundleCompartmentResponse Modifier and Type Method Description ChangeCaBundleCompartmentResponse
CertificatesManagement. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request)
Moves a CA bundle to a different compartment in the same tenancy.ChangeCaBundleCompartmentResponse
CertificatesManagementClient. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type ChangeCaBundleCompartmentResponse Modifier and Type Method Description Future<ChangeCaBundleCompartmentResponse>
CertificatesManagementAsync. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request, AsyncHandler<ChangeCaBundleCompartmentRequest,ChangeCaBundleCompartmentResponse> handler)
Moves a CA bundle to a different compartment in the same tenancy.Future<ChangeCaBundleCompartmentResponse>
CertificatesManagementAsyncClient. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request, AsyncHandler<ChangeCaBundleCompartmentRequest,ChangeCaBundleCompartmentResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ChangeCaBundleCompartmentResponse Modifier and Type Method Description Future<ChangeCaBundleCompartmentResponse>
CertificatesManagementAsync. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request, AsyncHandler<ChangeCaBundleCompartmentRequest,ChangeCaBundleCompartmentResponse> handler)
Moves a CA bundle to a different compartment in the same tenancy.Future<ChangeCaBundleCompartmentResponse>
CertificatesManagementAsyncClient. changeCaBundleCompartment(ChangeCaBundleCompartmentRequest request, AsyncHandler<ChangeCaBundleCompartmentRequest,ChangeCaBundleCompartmentResponse> handler)
-
Uses of ChangeCaBundleCompartmentResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return ChangeCaBundleCompartmentResponse Modifier and Type Method Description ChangeCaBundleCompartmentResponse
ChangeCaBundleCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type ChangeCaBundleCompartmentResponse Modifier and Type Method Description ChangeCaBundleCompartmentResponse.Builder
ChangeCaBundleCompartmentResponse.Builder. copy(ChangeCaBundleCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-