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