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