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