Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement | |
com.oracle.bmc.certificatesmanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResponse |
CertificatesManagement.listCertificates(ListCertificatesRequest request)
Lists all certificates that match the query parameters.
|
ListCertificatesResponse |
CertificatesManagementClient.listCertificates(ListCertificatesRequest request) |
Future<ListCertificatesResponse> |
CertificatesManagementAsync.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Lists all certificates that match the query parameters.
|
Future<ListCertificatesResponse> |
CertificatesManagementAsyncClient.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler) |
Iterable<CertificateSummary> |
CertificatesManagementPaginators.listCertificatesRecordIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the
CertificateSummary objects contained in
responses from the listCertificates operation. |
Iterable<ListCertificatesResponse> |
CertificatesManagementPaginators.listCertificatesResponseIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the responses received from the
listCertificates operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCertificatesResponse> |
CertificatesManagementAsync.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Lists all certificates that match the query parameters.
|
Future<ListCertificatesResponse> |
CertificatesManagementAsyncClient.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest |
ListCertificatesRequest.Builder.build()
Build the instance of ListCertificatesRequest as configured by this builder
|
ListCertificatesRequest |
ListCertificatesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCertificatesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest.Builder |
ListCertificatesRequest.Builder.copy(ListCertificatesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.