Uses of Class
com.oracle.bmc.certificates.responses.ListCertificateAuthorityBundleVersionsResponse
-
Packages that use ListCertificateAuthorityBundleVersionsResponse Package Description com.oracle.bmc.certificates com.oracle.bmc.certificates.responses -
-
Uses of ListCertificateAuthorityBundleVersionsResponse in com.oracle.bmc.certificates
Methods in com.oracle.bmc.certificates that return ListCertificateAuthorityBundleVersionsResponse Modifier and Type Method Description ListCertificateAuthorityBundleVersionsResponse
Certificates. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request)
Lists all certificate authority bundle versions for the specified certificate authority.ListCertificateAuthorityBundleVersionsResponse
CertificatesClient. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request)
Methods in com.oracle.bmc.certificates that return types with arguments of type ListCertificateAuthorityBundleVersionsResponse Modifier and Type Method Description Future<ListCertificateAuthorityBundleVersionsResponse>
CertificatesAsync. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request, AsyncHandler<ListCertificateAuthorityBundleVersionsRequest,ListCertificateAuthorityBundleVersionsResponse> handler)
Lists all certificate authority bundle versions for the specified certificate authority.Future<ListCertificateAuthorityBundleVersionsResponse>
CertificatesAsyncClient. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request, AsyncHandler<ListCertificateAuthorityBundleVersionsRequest,ListCertificateAuthorityBundleVersionsResponse> handler)
Method parameters in com.oracle.bmc.certificates with type arguments of type ListCertificateAuthorityBundleVersionsResponse Modifier and Type Method Description Future<ListCertificateAuthorityBundleVersionsResponse>
CertificatesAsync. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request, AsyncHandler<ListCertificateAuthorityBundleVersionsRequest,ListCertificateAuthorityBundleVersionsResponse> handler)
Lists all certificate authority bundle versions for the specified certificate authority.Future<ListCertificateAuthorityBundleVersionsResponse>
CertificatesAsyncClient. listCertificateAuthorityBundleVersions(ListCertificateAuthorityBundleVersionsRequest request, AsyncHandler<ListCertificateAuthorityBundleVersionsRequest,ListCertificateAuthorityBundleVersionsResponse> handler)
-
Uses of ListCertificateAuthorityBundleVersionsResponse in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return ListCertificateAuthorityBundleVersionsResponse Modifier and Type Method Description ListCertificateAuthorityBundleVersionsResponse
ListCertificateAuthorityBundleVersionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificates.responses with parameters of type ListCertificateAuthorityBundleVersionsResponse Modifier and Type Method Description ListCertificateAuthorityBundleVersionsResponse.Builder
ListCertificateAuthorityBundleVersionsResponse.Builder. copy(ListCertificateAuthorityBundleVersionsResponse o)
Copy method to populate the builder with values from the given instance.
-