static ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.builder() |
|
ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.Builder.grants(Collection<GrantItem> grants) |
An array list of structures that describe the requested grants.
|
ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.Builder.grants(Consumer<GrantItem.Builder>... grants) |
An array list of structures that describe the requested grants.
|
ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.Builder.grants(GrantItem... grants) |
An array list of structures that describe the requested grants.
|
ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.Builder.nextToken(String nextToken) |
If present, this value indicates that more output is available than is included in the current response.
|
ListApplicationGrantsResponse.Builder |
ListApplicationGrantsResponse.toBuilder() |
|