| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TrustStore |
TrustStore.clone() |
TrustStore |
TrustStore.withName(String name)
The name of the trust store.
|
TrustStore |
TrustStore.withNumberOfCaCertificates(Integer numberOfCaCertificates)
The number of ca certificates in the trust store.
|
TrustStore |
TrustStore.withStatus(String status)
The current status of the trust store.
|
TrustStore |
TrustStore.withStatus(TrustStoreStatus status)
The current status of the trust store.
|
TrustStore |
TrustStore.withTotalRevokedEntries(Long totalRevokedEntries)
The number of revoked certificates in the trust store.
|
TrustStore |
TrustStore.withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrustStore> |
DescribeTrustStoresResult.getTrustStores()
Information about the trust stores.
|
List<TrustStore> |
CreateTrustStoreResult.getTrustStores()
Information about the trust store created.
|
List<TrustStore> |
ModifyTrustStoreResult.getTrustStores()
Information about the modified trust store.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustStoresResult |
DescribeTrustStoresResult.withTrustStores(TrustStore... trustStores)
Information about the trust stores.
|
CreateTrustStoreResult |
CreateTrustStoreResult.withTrustStores(TrustStore... trustStores)
Information about the trust store created.
|
ModifyTrustStoreResult |
ModifyTrustStoreResult.withTrustStores(TrustStore... trustStores)
Information about the modified trust store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrustStoresResult.setTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
|
void |
CreateTrustStoreResult.setTrustStores(Collection<TrustStore> trustStores)
Information about the trust store created.
|
void |
ModifyTrustStoreResult.setTrustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.
|
DescribeTrustStoresResult |
DescribeTrustStoresResult.withTrustStores(Collection<TrustStore> trustStores)
Information about the trust stores.
|
CreateTrustStoreResult |
CreateTrustStoreResult.withTrustStores(Collection<TrustStore> trustStores)
Information about the trust store created.
|
ModifyTrustStoreResult |
ModifyTrustStoreResult.withTrustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.
|
Copyright © 2024. All rights reserved.