| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
ScopeDetails |
ScopeDetails.clone() |
ScopeDetails |
ScopeDetails.withAuthorizedTargets(Collection<String> authorizedTargets)
An array list of ARNs of applications.
|
ScopeDetails |
ScopeDetails.withAuthorizedTargets(String... authorizedTargets)
An array list of ARNs of applications.
|
ScopeDetails |
ScopeDetails.withScope(String scope)
The name of the access scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScopeDetails> |
ListApplicationAccessScopesResult.getScopes()
An array list of access scopes and their authorized targets that are associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationAccessScopesResult |
ListApplicationAccessScopesResult.withScopes(ScopeDetails... scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationAccessScopesResult.setScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
ListApplicationAccessScopesResult |
ListApplicationAccessScopesResult.withScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
Copyright © 2025. All rights reserved.