| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTrustStoresResult> |
AbstractAmazonElasticLoadBalancingAsync.describeTrustStoresAsync(DescribeTrustStoresRequest request,
AsyncHandler<DescribeTrustStoresRequest,DescribeTrustStoresResult> asyncHandler) |
Future<DescribeTrustStoresResult> |
AmazonElasticLoadBalancingAsync.describeTrustStoresAsync(DescribeTrustStoresRequest describeTrustStoresRequest,
AsyncHandler<DescribeTrustStoresRequest,DescribeTrustStoresResult> asyncHandler)
Describes all trust stores for a given account by trust store arn’s or name.
|
Future<DescribeTrustStoresResult> |
AmazonElasticLoadBalancingAsyncClient.describeTrustStoresAsync(DescribeTrustStoresRequest request,
AsyncHandler<DescribeTrustStoresRequest,DescribeTrustStoresResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.clone() |
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withMarker(String marker)
The marker for the next set of results.
|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withNames(Collection<String> names)
The names of the trust stores.
|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withNames(String... names)
The names of the trust stores.
|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withTrustStoreArns(Collection<String> trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
|
DescribeTrustStoresRequest |
DescribeTrustStoresRequest.withTrustStoreArns(String... trustStoreArns)
The Amazon Resource Name (ARN) of the trust store.
|
Copyright © 2024. All rights reserved.