Uses of Interface
software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest.Builder
Packages that use ListRetirableGrantsRequest.Builder
Package
Description
-
Uses of ListRetirableGrantsRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ListRetirableGrantsRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.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(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest) Returns information about all grants in the Amazon Web Services account and Region that have the specified retiring principal.default ListRetirableGrantsPublisherKmsAsyncClient.listRetirableGrantsPaginator(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest) This is a variant ofKmsAsyncClient.listRetirableGrants(software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest)operation.default ListRetirableGrantsIterableKmsClient.listRetirableGrantsPaginator(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest) This is a variant ofKmsClient.listRetirableGrants(software.amazon.awssdk.services.kms.model.ListRetirableGrantsRequest)operation. -
Uses of ListRetirableGrantsRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListRetirableGrantsRequest.BuilderModifier and TypeMethodDescriptionListRetirableGrantsRequest.builder()Use this parameter to specify the maximum number of items to return.Use this parameter in a subsequent request after you receive a response with truncated results.ListRetirableGrantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListRetirableGrantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListRetirableGrantsRequest.Builder.retiringPrincipal(String retiringPrincipal) The retiring principal for which to list grants.ListRetirableGrantsRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListRetirableGrantsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListRetirableGrantsRequest.Builder>ListRetirableGrantsRequest.serializableBuilderClass()