| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
APIKeySummary |
APIKeySummary.clone() |
APIKeySummary |
APIKeySummary.withAPIKey(String aPIKey)
The generated, encrypted API key.
|
APIKeySummary |
APIKeySummary.withCreationTimestamp(Date creationTimestamp)
The date and time that the key was created.
|
APIKeySummary |
APIKeySummary.withTokenDomains(Collection<String> tokenDomains)
The token domains that are defined in this API key.
|
APIKeySummary |
APIKeySummary.withTokenDomains(String... tokenDomains)
The token domains that are defined in this API key.
|
APIKeySummary |
APIKeySummary.withVersion(Integer version)
Internal value used by WAF to manage the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIKeySummary> |
ListAPIKeysResult.getAPIKeySummaries()
The array of key summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAPIKeysResult |
ListAPIKeysResult.withAPIKeySummaries(APIKeySummary... aPIKeySummaries)
The array of key summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAPIKeysResult.setAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries.
|
ListAPIKeysResult |
ListAPIKeysResult.withAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries.
|
Copyright © 2024. All rights reserved.