Uses of Class
software.aws.awsprototypingsdk.openapigateway.CognitoAuthorizer.Builder
-
-
Uses of CognitoAuthorizer.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return CognitoAuthorizer.Builder Modifier and Type Method Description CognitoAuthorizer.BuilderCognitoAuthorizer.Builder. authorizationScopes(List<String> authorizationScopes)(experimental) A list of authorization scopes configured on the method.CognitoAuthorizer.BuilderCognitoAuthorizer.Builder. authorizerId(String authorizerId)(experimental) Unique identifier for this authorizer.static CognitoAuthorizer.BuilderCognitoAuthorizer.Builder. create()CognitoAuthorizer.BuilderCognitoAuthorizer.Builder. userPools(List<? extends software.amazon.awscdk.services.cognito.IUserPool> userPools)(experimental) The Cognito user pools associated with this authorizer.
-