Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ListAliasesRequest.Builder
-
Packages that use ListAliasesRequest.Builder Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ListAliasesRequest.Builder in software.amazon.awssdk.services.paymentcryptography
Method parameters in software.amazon.awssdk.services.paymentcryptography with type arguments of type ListAliasesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAliasesResponse>PaymentCryptographyAsyncClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.default ListAliasesResponsePaymentCryptographyClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.default ListAliasesPublisherPaymentCryptographyAsyncClient. listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)This is a variant ofPaymentCryptographyAsyncClient.listAliases(software.amazon.awssdk.services.paymentcryptography.model.ListAliasesRequest)operation.default ListAliasesIterablePaymentCryptographyClient. listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)This is a variant ofPaymentCryptographyClient.listAliases(software.amazon.awssdk.services.paymentcryptography.model.ListAliasesRequest)operation. -
Uses of ListAliasesRequest.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ListAliasesRequest.Builder Modifier and Type Method Description static ListAliasesRequest.BuilderListAliasesRequest. builder()ListAliasesRequest.BuilderListAliasesRequest.Builder. maxResults(Integer maxResults)Use this parameter to specify the maximum number of items to return.ListAliasesRequest.BuilderListAliasesRequest.Builder. nextToken(String nextToken)Use this parameter in a subsequent request after you receive a response with truncated results.ListAliasesRequest.BuilderListAliasesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAliasesRequest.BuilderListAliasesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAliasesRequest.BuilderListAliasesRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ListAliasesRequest.Builder Modifier and Type Method Description static Class<? extends ListAliasesRequest.Builder>ListAliasesRequest. serializableBuilderClass()
-