| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyRestrictions |
ApiKeyRestrictions.clone() |
ApiKeyRestrictions |
ListKeysResponseEntry.getRestrictions() |
ApiKeyRestrictions |
UpdateKeyRequest.getRestrictions()
Updates the API key restrictions for the API key resource.
|
ApiKeyRestrictions |
CreateKeyRequest.getRestrictions()
The API key restrictions for the API key resource.
|
ApiKeyRestrictions |
DescribeKeyResult.getRestrictions() |
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowActions(Collection<String> allowActions)
A list of allowed actions that an API key resource grants permissions to perform
|
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowActions(String... allowActions)
A list of allowed actions that an API key resource grants permissions to perform
|
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowReferers(Collection<String> allowReferers)
An optional list of allowed HTTP referers for which requests must originate from.
|
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowReferers(String... allowReferers)
An optional list of allowed HTTP referers for which requests must originate from.
|
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowResources(Collection<String> allowResources)
A list of allowed resource ARNs that a API key bearer can perform actions on
|
ApiKeyRestrictions |
ApiKeyRestrictions.withAllowResources(String... allowResources)
A list of allowed resource ARNs that a API key bearer can perform actions on
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeysResponseEntry.setRestrictions(ApiKeyRestrictions restrictions) |
void |
UpdateKeyRequest.setRestrictions(ApiKeyRestrictions restrictions)
Updates the API key restrictions for the API key resource.
|
void |
CreateKeyRequest.setRestrictions(ApiKeyRestrictions restrictions)
The API key restrictions for the API key resource.
|
void |
DescribeKeyResult.setRestrictions(ApiKeyRestrictions restrictions) |
ListKeysResponseEntry |
ListKeysResponseEntry.withRestrictions(ApiKeyRestrictions restrictions) |
UpdateKeyRequest |
UpdateKeyRequest.withRestrictions(ApiKeyRestrictions restrictions)
Updates the API key restrictions for the API key resource.
|
CreateKeyRequest |
CreateKeyRequest.withRestrictions(ApiKeyRestrictions restrictions)
The API key restrictions for the API key resource.
|
DescribeKeyResult |
DescribeKeyResult.withRestrictions(ApiKeyRestrictions restrictions) |
Copyright © 2023. All rights reserved.