Uses of Class
com.amazonaws.services.kms.model.ListRetirableGrantsResult
-
Packages that use ListRetirableGrantsResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ListRetirableGrantsResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ListRetirableGrantsResult Modifier and Type Method Description ListRetirableGrantsResult
AbstractAWSKMS. listRetirableGrants(ListRetirableGrantsRequest request)
ListRetirableGrantsResult
AWSKMS. listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.ListRetirableGrantsResult
AWSKMSClient. listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.Method parameters in com.amazonaws.services.kms with type arguments of type ListRetirableGrantsResult Modifier and Type Method Description Future<ListRetirableGrantsResult>
AbstractAWSKMSAsync. listRetirableGrantsAsync(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Future<ListRetirableGrantsResult>
AWSKMSAsync. listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest, AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
Returns a list of all grants for which the grant'sRetiringPrincipal
matches the one specified.Future<ListRetirableGrantsResult>
AWSKMSAsyncClient. listRetirableGrantsAsync(ListRetirableGrantsRequest request, AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
-
Uses of ListRetirableGrantsResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListRetirableGrantsResult Modifier and Type Method Description ListRetirableGrantsResult
ListRetirableGrantsResult. clone()
ListRetirableGrantsResult
ListRetirableGrantsResult. withGrants(GrantListEntry... grants)
A list of grants.ListRetirableGrantsResult
ListRetirableGrantsResult. withGrants(Collection<GrantListEntry> grants)
A list of grants.ListRetirableGrantsResult
ListRetirableGrantsResult. withNextMarker(String nextMarker)
WhenTruncated
is true, this value is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListRetirableGrantsResult
ListRetirableGrantsResult. withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
-