Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
ListCertificatesResponse |
Waas.listCertificates(ListCertificatesRequest request)
Gets a list of SSL certificates that can be used in a WAAS policy.
|
ListCertificatesResponse |
WaasClient.listCertificates(ListCertificatesRequest request) |
Future<ListCertificatesResponse> |
WaasAsync.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Gets a list of SSL certificates that can be used in a WAAS policy.
|
Future<ListCertificatesResponse> |
WaasAsyncClient.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler) |
Iterable<CertificateSummary> |
WaasPaginators.listCertificatesRecordIterator(ListCertificatesRequest request)
Creates a new iterable which will iterate over the
CertificateSummary objects contained in responses from the
listCertificates operation. |
Iterable<ListCertificatesResponse> |
WaasPaginators.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> |
WaasAsync.listCertificates(ListCertificatesRequest request,
AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Gets a list of SSL certificates that can be used in a WAAS policy.
|
Future<ListCertificatesResponse> |
WaasAsyncClient.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–2023. All rights reserved.