Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.JWTConfiguration.Builder
-
Packages that use JWTConfiguration.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of JWTConfiguration.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return JWTConfiguration.Builder Modifier and Type Method Description JWTConfiguration.BuilderJWTConfiguration.Builder. audience(String... audience)A list of the intended recipients of the JWT.JWTConfiguration.BuilderJWTConfiguration.Builder. audience(Collection<String> audience)A list of the intended recipients of the JWT.static JWTConfiguration.BuilderJWTConfiguration. builder()JWTConfiguration.BuilderJWTConfiguration.Builder. issuer(String issuer)The base domain of the identity provider that issues JSON Web Tokens.JWTConfiguration.BuilderJWTConfiguration. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type JWTConfiguration.Builder Modifier and Type Method Description static Class<? extends JWTConfiguration.Builder>JWTConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type JWTConfiguration.Builder Modifier and Type Method Description default Authorizer.BuilderAuthorizer.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.default CreateAuthorizerRequest.BuilderCreateAuthorizerRequest.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.default CreateAuthorizerResponse.BuilderCreateAuthorizerResponse.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.default GetAuthorizerResponse.BuilderGetAuthorizerResponse.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.default UpdateAuthorizerRequest.BuilderUpdateAuthorizerRequest.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.default UpdateAuthorizerResponse.BuilderUpdateAuthorizerResponse.Builder. jwtConfiguration(Consumer<JWTConfiguration.Builder> jwtConfiguration)Represents the configuration of a JWT authorizer.
-