Uses of Enum
software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
Packages that use ApiKeysFormat
-
Uses of ApiKeysFormat in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ApiKeysFormatModifier and TypeMethodDescriptionfinal ApiKeysFormatImportApiKeysRequest.format()A query parameter to specify the input format to imported API keys.static ApiKeysFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiKeysFormatReturns 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 ApiKeysFormatMethods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiKeysFormatModifier and TypeMethodDescriptionImportApiKeysRequest.Builder.format(ApiKeysFormat format) A query parameter to specify the input format to imported API keys.