Uses of Class
software.amazon.awssdk.services.kms.model.ListAliasesRequest
-
Packages that use ListAliasesRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators software.amazon.awssdk.services.kms.transform -
-
Uses of ListAliasesRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListAliasesRequest Modifier and Type Method Description default CompletableFuture<ListAliasesResponse>KmsAsyncClient. listAliases(ListAliasesRequest listAliasesRequest)Gets a list of aliases in the caller's Amazon Web Services account and region.default ListAliasesResponseKmsClient. listAliases(ListAliasesRequest listAliasesRequest)Gets a list of aliases in the caller's Amazon Web Services account and region.default ListAliasesPublisherKmsAsyncClient. listAliasesPaginator(ListAliasesRequest listAliasesRequest)Gets a list of aliases in the caller's Amazon Web Services account and region.default ListAliasesIterableKmsClient. listAliasesPaginator(ListAliasesRequest listAliasesRequest)Gets a list of aliases in the caller's Amazon Web Services account and region. -
Uses of ListAliasesRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListAliasesRequest Constructor Description ListAliasesIterable(KmsClient client, ListAliasesRequest firstRequest)ListAliasesPublisher(KmsAsyncClient client, ListAliasesRequest firstRequest) -
Uses of ListAliasesRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ListAliasesRequest Modifier and Type Method Description SdkHttpFullRequestListAliasesRequestMarshaller. marshall(ListAliasesRequest listAliasesRequest)
-