Uses of Class
software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest
-
Packages that use ListRetirableGrantsRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators software.amazon.awssdk.services.kms.transform -
-
Uses of ListRetirableGrantsRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListRetirableGrantsRequest Modifier and Type Method Description default CompletableFuture<ListRetirableGrantsResponse>KmsAsyncClient. 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 ListRetirableGrantsRequest Constructor Description ListRetirableGrantsIterable(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 ListRetirableGrantsRequest Modifier and Type Method Description SdkHttpFullRequestListRetirableGrantsRequestMarshaller. marshall(ListRetirableGrantsRequest listRetirableGrantsRequest)
-