Uses of Class
software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
-
Packages that use ApiKeysFormat Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of ApiKeysFormat in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ApiKeysFormat Modifier and Type Method Description ApiKeysFormatImportApiKeysRequest. format()A query parameter to specify the input format to imported API keys.static ApiKeysFormatApiKeysFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiKeysFormatApiKeysFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiKeysFormat[]ApiKeysFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ApiKeysFormat Modifier and Type Method Description static Set<ApiKeysFormat>ApiKeysFormat. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiKeysFormat Modifier and Type Method Description ImportApiKeysRequest.BuilderImportApiKeysRequest.Builder. format(ApiKeysFormat format)A query parameter to specify the input format to imported API keys.
-