| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
GrantItem |
GrantItem.clone() |
GrantItem |
GrantItem.withGrant(Grant grant)
The configuration structure for the selected grant.
|
GrantItem |
GrantItem.withGrantType(GrantType grantType)
The type of the selected grant.
|
GrantItem |
GrantItem.withGrantType(String grantType)
The type of the selected grant.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrantItem> |
ListApplicationGrantsResult.getGrants()
An array list of structures that describe the requested grants.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationGrantsResult |
ListApplicationGrantsResult.withGrants(GrantItem... grants)
An array list of structures that describe the requested grants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationGrantsResult.setGrants(Collection<GrantItem> grants)
An array list of structures that describe the requested grants.
|
ListApplicationGrantsResult |
ListApplicationGrantsResult.withGrants(Collection<GrantItem> grants)
An array list of structures that describe the requested grants.
|
Copyright © 2024. All rights reserved.