| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TrustStoreRevocation |
TrustStoreRevocation.clone() |
TrustStoreRevocation |
TrustStoreRevocation.withNumberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
|
TrustStoreRevocation |
TrustStoreRevocation.withRevocationId(Long revocationId)
The revocation ID of the revocation file.
|
TrustStoreRevocation |
TrustStoreRevocation.withRevocationType(RevocationType revocationType)
The type of revocation file.
|
TrustStoreRevocation |
TrustStoreRevocation.withRevocationType(String revocationType)
The type of revocation file.
|
TrustStoreRevocation |
TrustStoreRevocation.withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrustStoreRevocation> |
AddTrustStoreRevocationsResult.getTrustStoreRevocations()
Information about the revocation file added to the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
AddTrustStoreRevocationsResult |
AddTrustStoreRevocationsResult.withTrustStoreRevocations(TrustStoreRevocation... trustStoreRevocations)
Information about the revocation file added to the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddTrustStoreRevocationsResult.setTrustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations)
Information about the revocation file added to the trust store.
|
AddTrustStoreRevocationsResult |
AddTrustStoreRevocationsResult.withTrustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations)
Information about the revocation file added to the trust store.
|
Copyright © 2023. All rights reserved.