Uses of Enum
software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
Packages that use ApiKeySourceType
-
Uses of ApiKeySourceType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ApiKeySourceTypeModifier and TypeMethodDescriptionfinal ApiKeySourceTypeCreateRestApiRequest.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeCreateRestApiResponse.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeGetRestApiResponse.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeImportRestApiResponse.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypePutRestApiResponse.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeRestApi.apiKeySource()The source of the API key for metering requests according to a usage plan.final ApiKeySourceTypeUpdateRestApiResponse.apiKeySource()The source of the API key for metering requests according to a usage plan.static ApiKeySourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiKeySourceTypeReturns the enum constant of this type with the specified name.static ApiKeySourceType[]ApiKeySourceType.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 ApiKeySourceTypeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiKeySourceTypeModifier and TypeMethodDescriptionCreateRestApiRequest.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.CreateRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.GetRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.ImportRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.PutRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.RestApi.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.UpdateRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.