| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ListAliasesResponse |
KmsClient.listAliases()
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesResponse |
KmsClient.listAliases(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator()
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListAliasesIterable |
KmsClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Gets a list of aliases in the caller's AWS account and region.
|
default ListGrantsResponse |
KmsClient.listGrants(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsResponse |
KmsClient.listGrants(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(Consumer<ListGrantsRequest.Builder> listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListGrantsIterable |
KmsClient.listGrantsPaginator(ListGrantsRequest listGrantsRequest)
Gets a list of all grants for the specified customer master key (CMK).
|
default ListKeysResponse |
KmsClient.listKeys()
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysResponse |
KmsClient.listKeys(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator()
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListKeysIterable |
KmsClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Gets a list of all customer master keys (CMKs) in the caller's AWS account and Region.
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(Consumer<ListResourceTagsRequest.Builder> listResourceTagsRequest)
Returns all tags on the specified customer master key (CMK).
|
default ListResourceTagsResponse |
KmsClient.listResourceTags(ListResourceTagsRequest listResourceTagsRequest)
Returns all tags on the specified customer master key (CMK).
|
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(Consumer<ListRetirableGrantsRequest.Builder> listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
default ListRetirableGrantsResponse |
KmsClient.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
Returns all grants in which the specified principal is the
RetiringPrincipal in the grant. |
Copyright © 2021. All rights reserved.