Uses of Class
com.oracle.bmc.certificatesmanagement.responses.ChangeCertificateCompartmentResponse
-
Packages that use ChangeCertificateCompartmentResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of ChangeCertificateCompartmentResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return ChangeCertificateCompartmentResponse Modifier and Type Method Description ChangeCertificateCompartmentResponse
CertificatesManagement. changeCertificateCompartment(ChangeCertificateCompartmentRequest request)
Moves a certificate to a different compartment within the same tenancy.ChangeCertificateCompartmentResponse
CertificatesManagementClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type ChangeCertificateCompartmentResponse Modifier and Type Method Description Future<ChangeCertificateCompartmentResponse>
CertificatesManagementAsync. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Moves a certificate to a different compartment within the same tenancy.Future<ChangeCertificateCompartmentResponse>
CertificatesManagementAsyncClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ChangeCertificateCompartmentResponse Modifier and Type Method Description Future<ChangeCertificateCompartmentResponse>
CertificatesManagementAsync. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
Moves a certificate to a different compartment within the same tenancy.Future<ChangeCertificateCompartmentResponse>
CertificatesManagementAsyncClient. changeCertificateCompartment(ChangeCertificateCompartmentRequest request, AsyncHandler<ChangeCertificateCompartmentRequest,ChangeCertificateCompartmentResponse> handler)
-
Uses of ChangeCertificateCompartmentResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return ChangeCertificateCompartmentResponse Modifier and Type Method Description ChangeCertificateCompartmentResponse
ChangeCertificateCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.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.
-