| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolResourceServer |
IUserPool.addResourceServer(String id,
UserPoolResourceServerOptions options)
Add a new resource server to this user pool.
|
UserPoolResourceServer |
IUserPool.Jsii$Proxy.addResourceServer(String id,
UserPoolResourceServerOptions options)
Add a new resource server to this user pool.
|
default UserPoolResourceServer |
IUserPool.Jsii$Default.addResourceServer(String id,
UserPoolResourceServerOptions options)
Add a new resource server to this user pool.
|
UserPoolResourceServer |
UserPool.addResourceServer(String id,
UserPoolResourceServerOptions options)
Add a new resource server to this user pool.
|
UserPoolResourceServer |
UserPoolResourceServer.Builder.build() |
Copyright © 2022. All rights reserved.