| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceServerType |
ResourceServerType.clone() |
ResourceServerType |
UpdateResourceServerResult.getResourceServer()
The resource server.
|
ResourceServerType |
DescribeResourceServerResult.getResourceServer()
The resource server.
|
ResourceServerType |
CreateResourceServerResult.getResourceServer()
The newly created resource server.
|
ResourceServerType |
ResourceServerType.withIdentifier(String identifier)
The identifier for the resource server.
|
ResourceServerType |
ResourceServerType.withName(String name)
The name of the resource server.
|
ResourceServerType |
ResourceServerType.withScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes that are defined for the resource server.
|
ResourceServerType |
ResourceServerType.withScopes(ResourceServerScopeType... scopes)
A list of scopes that are defined for the resource server.
|
ResourceServerType |
ResourceServerType.withUserPoolId(String userPoolId)
The user pool ID for the user pool that hosts the resource server.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServerType> |
ListResourceServersResult.getResourceServers()
The resource servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourceServerResult.setResourceServer(ResourceServerType resourceServer)
The resource server.
|
void |
DescribeResourceServerResult.setResourceServer(ResourceServerType resourceServer)
The resource server.
|
void |
CreateResourceServerResult.setResourceServer(ResourceServerType resourceServer)
The newly created resource server.
|
UpdateResourceServerResult |
UpdateResourceServerResult.withResourceServer(ResourceServerType resourceServer)
The resource server.
|
DescribeResourceServerResult |
DescribeResourceServerResult.withResourceServer(ResourceServerType resourceServer)
The resource server.
|
CreateResourceServerResult |
CreateResourceServerResult.withResourceServer(ResourceServerType resourceServer)
The newly created resource server.
|
ListResourceServersResult |
ListResourceServersResult.withResourceServers(ResourceServerType... resourceServers)
The resource servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceServersResult.setResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
|
ListResourceServersResult |
ListResourceServersResult.withResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
|
Copyright © 2023. All rights reserved.