Uses of Class
software.aws.awsprototypingsdk.openapigateway.CognitoAuthorizerProps.Builder
-
-
Uses of CognitoAuthorizerProps.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return CognitoAuthorizerProps.Builder Modifier and Type Method Description CognitoAuthorizerProps.BuilderCognitoAuthorizerProps.Builder. authorizationScopes(List<String> authorizationScopes)Sets the value ofCognitoAuthorizerProps.getAuthorizationScopes()CognitoAuthorizerProps.BuilderCognitoAuthorizerProps.Builder. authorizerId(String authorizerId)Sets the value ofCognitoAuthorizerProps.getAuthorizerId()static CognitoAuthorizerProps.BuilderCognitoAuthorizerProps. builder()CognitoAuthorizerProps.BuilderCognitoAuthorizerProps.Builder. userPools(List<? extends software.amazon.awscdk.services.cognito.IUserPool> userPools)Sets the value ofCognitoAuthorizerProps.getUserPools()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type CognitoAuthorizerProps.Builder Constructor Description Jsii$Proxy(CognitoAuthorizerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theCognitoAuthorizerProps.Builder.
-