Uses of Interface
software.amazon.awssdk.services.kms.model.ListKeyPoliciesRequest.Builder
-
Packages that use ListKeyPoliciesRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of ListKeyPoliciesRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ListKeyPoliciesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListKeyPoliciesResponse>KmsAsyncClient. listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesResponseKmsClient. listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesPublisherKmsAsyncClient. listKeyPoliciesPaginator(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesIterableKmsClient. listKeyPoliciesPaginator(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key. -
Uses of ListKeyPoliciesRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListKeyPoliciesRequest.Builder Modifier and Type Method Description static ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest. builder()ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest.Builder. keyId(String keyId)Gets the names of key policies for the specified KMS key.ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest.Builder. limit(Integer limit)Use this parameter to specify the maximum number of items to return.ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest.Builder. marker(String marker)Use this parameter in a subsequent request after you receive a response with truncated results.ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKeyPoliciesRequest.BuilderListKeyPoliciesRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListKeyPoliciesRequest.Builder Modifier and Type Method Description static Class<? extends ListKeyPoliciesRequest.Builder>ListKeyPoliciesRequest. serializableBuilderClass()
-