| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsResult |
AWSKMSClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
ListRetirableGrantsResult |
AWSKMS.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant's
RetiringPrincipal matches the one specified. |
| Modifier and Type | Method and Description |
|---|---|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(Collection<GrantListEntry> grants)
A list of grants.
|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
ListRetirableGrantsResult |
ListRetirableGrantsResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
ListRetirableGrantsResult |
ListRetirableGrantsResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2019. All rights reserved.