Uses of Interface
software.amazon.awssdk.services.location.model.ApiKeyRestrictions.Builder
-
Packages that use ApiKeyRestrictions.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of ApiKeyRestrictions.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ApiKeyRestrictions.Builder Modifier and Type Method Description ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowActions(String... allowActions)A list of allowed actions that an API key resource grants permissions to perform.ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowActions(Collection<String> allowActions)A list of allowed actions that an API key resource grants permissions to perform.ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowReferers(String... allowReferers)An optional list of allowed HTTP referers for which requests must originate from.ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowReferers(Collection<String> allowReferers)An optional list of allowed HTTP referers for which requests must originate from.ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowResources(String... allowResources)A list of allowed resource ARNs that a API key bearer can perform actions on.ApiKeyRestrictions.BuilderApiKeyRestrictions.Builder. allowResources(Collection<String> allowResources)A list of allowed resource ARNs that a API key bearer can perform actions on.static ApiKeyRestrictions.BuilderApiKeyRestrictions. builder()ApiKeyRestrictions.BuilderApiKeyRestrictions. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ApiKeyRestrictions.Builder Modifier and Type Method Description static Class<? extends ApiKeyRestrictions.Builder>ApiKeyRestrictions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ApiKeyRestrictions.Builder Modifier and Type Method Description default CreateKeyRequest.BuilderCreateKeyRequest.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)The API key restrictions for the API key resource.default DescribeKeyResponse.BuilderDescribeKeyResponse.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)Sets the value of the Restrictions property for this object.default ListKeysResponseEntry.BuilderListKeysResponseEntry.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)Sets the value of the Restrictions property for this object.default UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. restrictions(Consumer<ApiKeyRestrictions.Builder> restrictions)Updates the API key restrictions for the API key resource.
-