Uses of Class
com.oracle.bmc.certificatesmanagement.requests.ChangeCertificateAuthorityCompartmentRequest
-
Packages that use ChangeCertificateAuthorityCompartmentRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of ChangeCertificateAuthorityCompartmentRequest in com.oracle.bmc.certificatesmanagement
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ChangeCertificateAuthorityCompartmentRequest 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 ChangeCertificateAuthorityCompartmentRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return ChangeCertificateAuthorityCompartmentRequest Modifier and Type Method Description ChangeCertificateAuthorityCompartmentRequest
ChangeCertificateAuthorityCompartmentRequest.Builder. build()
Build the instance of ChangeCertificateAuthorityCompartmentRequest as configured by this builderChangeCertificateAuthorityCompartmentRequest
ChangeCertificateAuthorityCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeCertificateAuthorityCompartmentRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type ChangeCertificateAuthorityCompartmentRequest Modifier and Type Method Description ChangeCertificateAuthorityCompartmentRequest.Builder
ChangeCertificateAuthorityCompartmentRequest.Builder. copy(ChangeCertificateAuthorityCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-