Package | Description |
---|---|
software.amazon.awssdk.services.kms |
|
Modifier and Type | Method and Description |
---|---|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores()
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator()
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresIterable |
KmsClient.describeCustomKeyStoresPaginator(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default ListAliasesResponse |
KmsClient.listAliases()
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator()
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's Amazon Web Services account and region.
|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified KMS key.
|
default ListKeysResponse |
KmsClient.listKeys()
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator()
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Gets a list of all KMS keys in the caller's Amazon Web Services account and Region.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsIterable |
KmsClient.listResourceTagsPaginator(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListResourceTagsIterable |
KmsClient.listResourceTagsPaginator(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified KMS key.
|
default ListRetirableGrantsResponse |
KmsClient.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 ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
default ListRetirableGrantsIterable |
KmsClient.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 ListRetirableGrantsIterable |
KmsClient.listRetirableGrantsPaginator(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns information about all grants in the Amazon Web Services account and Region that have the specified
retiring principal.
|
Copyright © 2023. All rights reserved.