Uses of Class
software.amazon.awssdk.services.kms.model.ListRetirableGrantsResponse
-
Packages that use ListRetirableGrantsResponse Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of ListRetirableGrantsResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListRetirableGrantsResponse Modifier and Type Method Description default ListRetirableGrantsResponseKmsClient. listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ListRetirableGrantsResponse Modifier and Type Method Description default CompletableFuture<ListRetirableGrantsResponse>KmsAsyncClient. listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal.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. -
Uses of ListRetirableGrantsResponse in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type ListRetirableGrantsResponse Modifier and Type Method Description Iterator<ListRetirableGrantsResponse>ListRetirableGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListRetirableGrantsResponse Modifier and Type Method Description voidListRetirableGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRetirableGrantsResponse> subscriber)
-