| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
RevocationContent |
RevocationContent.clone() |
RevocationContent |
RevocationContent.withRevocationType(RevocationType revocationType)
The type of revocation file.
|
RevocationContent |
RevocationContent.withRevocationType(String revocationType)
The type of revocation file.
|
RevocationContent |
RevocationContent.withS3Bucket(String s3Bucket)
The Amazon S3 bucket for the revocation file.
|
RevocationContent |
RevocationContent.withS3Key(String s3Key)
The Amazon S3 path for the revocation file.
|
RevocationContent |
RevocationContent.withS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object version of the revocation file.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevocationContent> |
AddTrustStoreRevocationsRequest.getRevocationContents()
The revocation file to add.
|
| Modifier and Type | Method and Description |
|---|---|
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.withRevocationContents(RevocationContent... revocationContents)
The revocation file to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddTrustStoreRevocationsRequest.setRevocationContents(Collection<RevocationContent> revocationContents)
The revocation file to add.
|
AddTrustStoreRevocationsRequest |
AddTrustStoreRevocationsRequest.withRevocationContents(Collection<RevocationContent> revocationContents)
The revocation file to add.
|
Copyright © 2023. All rights reserved.