| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyTrustStoreResult |
AmazonElasticLoadBalancingClient.modifyTrustStore(ModifyTrustStoreRequest request)
Update the ca certificate bundle for a given trust store.
|
ModifyTrustStoreResult |
AbstractAmazonElasticLoadBalancing.modifyTrustStore(ModifyTrustStoreRequest request) |
ModifyTrustStoreResult |
AmazonElasticLoadBalancing.modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest)
Update the ca certificate bundle for a given trust store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyTrustStoreResult> |
AmazonElasticLoadBalancingAsyncClient.modifyTrustStoreAsync(ModifyTrustStoreRequest request,
AsyncHandler<ModifyTrustStoreRequest,ModifyTrustStoreResult> asyncHandler) |
Future<ModifyTrustStoreResult> |
AbstractAmazonElasticLoadBalancingAsync.modifyTrustStoreAsync(ModifyTrustStoreRequest request,
AsyncHandler<ModifyTrustStoreRequest,ModifyTrustStoreResult> asyncHandler) |
Future<ModifyTrustStoreResult> |
AmazonElasticLoadBalancingAsync.modifyTrustStoreAsync(ModifyTrustStoreRequest modifyTrustStoreRequest,
AsyncHandler<ModifyTrustStoreRequest,ModifyTrustStoreResult> asyncHandler)
Update the ca certificate bundle for a given trust store.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTrustStoreResult |
ModifyTrustStoreResult.clone() |
ModifyTrustStoreResult |
ModifyTrustStoreResult.withTrustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.
|
ModifyTrustStoreResult |
ModifyTrustStoreResult.withTrustStores(TrustStore... trustStores)
Information about the modified trust store.
|
Copyright © 2023. All rights reserved.