| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustStoresResult |
AbstractAmazonElasticLoadBalancing.describeTrustStores(DescribeTrustStoresRequest request) |
DescribeTrustStoresResult |
AmazonElasticLoadBalancingClient.describeTrustStores(DescribeTrustStoresRequest request)
Describes all trust stores for a given account by trust store arn’s or name.
|
DescribeTrustStoresResult |
AmazonElasticLoadBalancing.describeTrustStores(DescribeTrustStoresRequest describeTrustStoresRequest)
Describes all trust stores for a given account by trust store arn’s or name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTrustStoresResult> |
AbstractAmazonElasticLoadBalancingAsync.describeTrustStoresAsync(DescribeTrustStoresRequest request,
AsyncHandler<DescribeTrustStoresRequest,DescribeTrustStoresResult> asyncHandler) |
Future<DescribeTrustStoresResult> |
AmazonElasticLoadBalancingAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustStoresResult |
DescribeTrustStoresResult.clone() |
DescribeTrustStoresResult |
DescribeTrustStoresResult.withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
DescribeTrustStoresResult |
DescribeTrustStoresResult.withTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
|
DescribeTrustStoresResult |
DescribeTrustStoresResult.withTrustStores(TrustStore... trustStores)
Information about the trust stores.
|
Copyright © 2023. All rights reserved.