Uses of Class
software.amazon.awssdk.services.location.model.ApiKeyRestrictions
-
Packages that use ApiKeyRestrictions Package Description software.amazon.awssdk.services.location.model -
-
Uses of ApiKeyRestrictions in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ApiKeyRestrictions Modifier and Type Method Description ApiKeyRestrictionsCreateKeyRequest. restrictions()The API key restrictions for the API key resource.ApiKeyRestrictionsDescribeKeyResponse. restrictions()Returns the value of the Restrictions property for this object.ApiKeyRestrictionsListKeysResponseEntry. restrictions()Returns the value of the Restrictions property for this object.ApiKeyRestrictionsUpdateKeyRequest. restrictions()Updates the API key restrictions for the API key resource.Methods in software.amazon.awssdk.services.location.model with parameters of type ApiKeyRestrictions Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. restrictions(ApiKeyRestrictions restrictions)The API key restrictions for the API key resource.DescribeKeyResponse.BuilderDescribeKeyResponse.Builder. restrictions(ApiKeyRestrictions restrictions)Sets the value of the Restrictions property for this object.ListKeysResponseEntry.BuilderListKeysResponseEntry.Builder. restrictions(ApiKeyRestrictions restrictions)Sets the value of the Restrictions property for this object.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. restrictions(ApiKeyRestrictions restrictions)Updates the API key restrictions for the API key resource.
-