| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceServerScopeType |
ResourceServerScopeType.clone() |
ResourceServerScopeType |
ResourceServerScopeType.withScopeDescription(String scopeDescription)
A description of the scope.
|
ResourceServerScopeType |
ResourceServerScopeType.withScopeName(String scopeName)
The name of the scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceServerScopeType> |
UpdateResourceServerRequest.getScopes()
The scope values to be set for the resource server.
|
List<ResourceServerScopeType> |
CreateResourceServerRequest.getScopes()
A list of scopes.
|
List<ResourceServerScopeType> |
ResourceServerType.getScopes()
A list of scopes that are defined for the resource server.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withScopes(ResourceServerScopeType... scopes)
The scope values to be set for the resource server.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withScopes(ResourceServerScopeType... scopes)
A list of scopes.
|
ResourceServerType |
ResourceServerType.withScopes(ResourceServerScopeType... scopes)
A list of scopes that are defined for the resource server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourceServerRequest.setScopes(Collection<ResourceServerScopeType> scopes)
The scope values to be set for the resource server.
|
void |
CreateResourceServerRequest.setScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes.
|
void |
ResourceServerType.setScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes that are defined for the resource server.
|
UpdateResourceServerRequest |
UpdateResourceServerRequest.withScopes(Collection<ResourceServerScopeType> scopes)
The scope values to be set for the resource server.
|
CreateResourceServerRequest |
CreateResourceServerRequest.withScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes.
|
ResourceServerType |
ResourceServerType.withScopes(Collection<ResourceServerScopeType> scopes)
A list of scopes that are defined for the resource server.
|
Copyright © 2023. All rights reserved.