| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowActions(Collection<String> allowActions)
A list of allowed actions that an API key resource grants permissions to perform
|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowActions(String... allowActions)
A list of allowed actions that an API key resource grants permissions to perform
|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowReferers(Collection<String> allowReferers)
An optional list of allowed HTTP referers for which requests must originate from.
|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowReferers(String... allowReferers)
An optional list of allowed HTTP referers for which requests must originate from.
|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowResources(Collection<String> allowResources)
A list of allowed resource ARNs that a API key bearer can perform actions on
|
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.Builder.allowResources(String... allowResources)
A list of allowed resource ARNs that a API key bearer can perform actions on
|
static ApiKeyRestrictions.Builder |
ApiKeyRestrictions.builder() |
ApiKeyRestrictions.Builder |
ApiKeyRestrictions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiKeyRestrictions.Builder> |
ApiKeyRestrictions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyRequest.Builder |
CreateKeyRequest.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
The API key restrictions for the API key resource.
|
default DescribeKeyResponse.Builder |
DescribeKeyResponse.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
Sets the value of the Restrictions property for this object.
|
default ListKeysResponseEntry.Builder |
ListKeysResponseEntry.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
Sets the value of the Restrictions property for this object.
|
default UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)
Updates the API key restrictions for the API key resource.
|
Copyright © 2023. All rights reserved.