| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.builder() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.identifier(String identifier)
Sets the value of
UserPoolResourceServerOptions.getIdentifier() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.scopes(List<? extends ResourceServerScope> scopes)
Sets the value of
UserPoolResourceServerOptions.getScopes() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPool(IUserPool userPool)
Sets the value of
UserPoolResourceServerProps.getUserPool() |
UserPoolResourceServerProps.Builder |
UserPoolResourceServerProps.Builder.userPoolResourceServerName(String userPoolResourceServerName)
Sets the value of
UserPoolResourceServerOptions.getUserPoolResourceServerName() |
Copyright © 2021. All rights reserved.