Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.JWTConfiguration
-
Packages that use JWTConfiguration Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of JWTConfiguration in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return JWTConfiguration Modifier and Type Method Description JWTConfigurationAuthorizer. jwtConfiguration()Represents the configuration of a JWT authorizer.JWTConfigurationCreateAuthorizerRequest. jwtConfiguration()Represents the configuration of a JWT authorizer.JWTConfigurationCreateAuthorizerResponse. jwtConfiguration()Represents the configuration of a JWT authorizer.JWTConfigurationGetAuthorizerResponse. jwtConfiguration()Represents the configuration of a JWT authorizer.JWTConfigurationUpdateAuthorizerRequest. jwtConfiguration()Represents the configuration of a JWT authorizer.JWTConfigurationUpdateAuthorizerResponse. jwtConfiguration()Represents the configuration of a JWT authorizer.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type JWTConfiguration Modifier and Type Method Description Authorizer.BuilderAuthorizer.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.CreateAuthorizerRequest.BuilderCreateAuthorizerRequest.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.CreateAuthorizerResponse.BuilderCreateAuthorizerResponse.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.GetAuthorizerResponse.BuilderGetAuthorizerResponse.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.UpdateAuthorizerRequest.BuilderUpdateAuthorizerRequest.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.UpdateAuthorizerResponse.BuilderUpdateAuthorizerResponse.Builder. jwtConfiguration(JWTConfiguration jwtConfiguration)Represents the configuration of a JWT authorizer.
-