| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceServerScopeDetails |
ResourceServerScopeDetails.clone() |
ResourceServerScopeDetails |
ResourceServerScopeDetails.withDetailedTitle(String detailedTitle)
The title of an access scope for a resource server.
|
ResourceServerScopeDetails |
ResourceServerScopeDetails.withLongDescription(String longDescription)
The description of an access scope for a resource server.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ResourceServerScopeDetails> |
ResourceServerConfig.getScopes()
A list of the IAM Identity Center access scopes that are associated with this resource server.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceServerConfig |
ResourceServerConfig.addScopesEntry(String key,
ResourceServerScopeDetails value)
Add a single Scopes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServerConfig.setScopes(Map<String,ResourceServerScopeDetails> scopes)
A list of the IAM Identity Center access scopes that are associated with this resource server.
|
ResourceServerConfig |
ResourceServerConfig.withScopes(Map<String,ResourceServerScopeDetails> scopes)
A list of the IAM Identity Center access scopes that are associated with this resource server.
|
Copyright © 2025. All rights reserved.