| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddTrustStoreRevocationsResult> |
AmazonElasticLoadBalancingAsyncClient.addTrustStoreRevocationsAsync(AddTrustStoreRevocationsRequest request,
AsyncHandler<AddTrustStoreRevocationsRequest,AddTrustStoreRevocationsResult> asyncHandler) |
Future<AddTrustStoreRevocationsResult> |
AmazonElasticLoadBalancingAsync.addTrustStoreRevocationsAsync(AddTrustStoreRevocationsRequest addTrustStoreRevocationsRequest,
AsyncHandler<AddTrustStoreRevocationsRequest,AddTrustStoreRevocationsResult> asyncHandler)
Adds the specified revocation file to the specified trust store.
|
Future<AddTrustStoreRevocationsResult> |
AbstractAmazonElasticLoadBalancingAsync.addTrustStoreRevocationsAsync(AddTrustStoreRevocationsRequest request,
AsyncHandler<AddTrustStoreRevocationsRequest,AddTrustStoreRevocationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.clone() |
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.withRevocationContents(Collection<RevocationContent> revocationContents)
The revocation file to add.
|
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.withRevocationContents(RevocationContent... revocationContents)
The revocation file to add.
|
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
Copyright © 2024. All rights reserved.