Uses of Class
software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest
Packages that use ListRetirableGrantsRequest
Package
Description
-
Uses of ListRetirableGrantsRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListRetirableGrantsRequestModifier and TypeMethodDescriptionKmsAsyncClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest) Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal.default ListRetirableGrantsResponseKmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest) Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal.default ListRetirableGrantsPublisherKmsAsyncClient.listRetirableGrantsPaginator(ListRetirableGrantsRequest listRetirableGrantsRequest) This is a variant ofKmsAsyncClient.listRetirableGrants(software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest)operation.default ListRetirableGrantsIterableKmsClient.listRetirableGrantsPaginator(ListRetirableGrantsRequest listRetirableGrantsRequest) This is a variant ofKmsClient.listRetirableGrants(software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest)operation. -
Uses of ListRetirableGrantsRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListRetirableGrantsRequestModifierConstructorDescriptionListRetirableGrantsIterable(KmsClient client, ListRetirableGrantsRequest firstRequest) ListRetirableGrantsPublisher(KmsAsyncClient client, ListRetirableGrantsRequest firstRequest) -
Uses of ListRetirableGrantsRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ListRetirableGrantsRequestModifier and TypeMethodDescriptionListRetirableGrantsRequestMarshaller.marshall(ListRetirableGrantsRequest listRetirableGrantsRequest)