Uses of Class
com.oracle.bmc.certificatesmanagement.requests.ListCertificateAuthorityVersionsRequest
-
Packages that use ListCertificateAuthorityVersionsRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of ListCertificateAuthorityVersionsRequest in com.oracle.bmc.certificatesmanagement
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type ListCertificateAuthorityVersionsRequest Modifier and Type Method Description Future<ListCertificateAuthorityVersionsResponse>
CertificatesManagementAsync. listCertificateAuthorityVersions(ListCertificateAuthorityVersionsRequest request, AsyncHandler<ListCertificateAuthorityVersionsRequest,ListCertificateAuthorityVersionsResponse> handler)
Lists all versions for the specified certificate authority (CA).Future<ListCertificateAuthorityVersionsResponse>
CertificatesManagementAsyncClient. listCertificateAuthorityVersions(ListCertificateAuthorityVersionsRequest request, AsyncHandler<ListCertificateAuthorityVersionsRequest,ListCertificateAuthorityVersionsResponse> handler)
-
Uses of ListCertificateAuthorityVersionsRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return ListCertificateAuthorityVersionsRequest Modifier and Type Method Description ListCertificateAuthorityVersionsRequest
ListCertificateAuthorityVersionsRequest.Builder. build()
Build the instance of ListCertificateAuthorityVersionsRequest as configured by this builderListCertificateAuthorityVersionsRequest
ListCertificateAuthorityVersionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCertificateAuthorityVersionsRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type ListCertificateAuthorityVersionsRequest Modifier and Type Method Description ListCertificateAuthorityVersionsRequest.Builder
ListCertificateAuthorityVersionsRequest.Builder. copy(ListCertificateAuthorityVersionsRequest o)
Copy method to populate the builder with values from the given instance.
-