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