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 ListRetirableGrantsResultAbstractAWSKMS. listRetirableGrants(ListRetirableGrantsRequest request)ListRetirableGrantsResultAWSKMS. listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)Returns a list of all grants for which the grant'sRetiringPrincipalmatches the one specified.ListRetirableGrantsResultAWSKMSClient. listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)Returns a list of all grants for which the grant'sRetiringPrincipalmatches 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'sRetiringPrincipalmatches 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 ListRetirableGrantsResultListRetirableGrantsResult. clone()ListRetirableGrantsResultListRetirableGrantsResult. withGrants(GrantListEntry... grants)A list of grants.ListRetirableGrantsResultListRetirableGrantsResult. withGrants(Collection<GrantListEntry> grants)A list of grants.ListRetirableGrantsResultListRetirableGrantsResult. withNextMarker(String nextMarker)WhenTruncatedis true, this value is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListRetirableGrantsResultListRetirableGrantsResult. withTruncated(Boolean truncated)A flag that indicates whether there are more items in the list.
-