Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ListKeysResponse.Builder
-
Packages that use ListKeysResponse.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ListKeysResponse.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ListKeysResponse.Builder Modifier and Type Method Description static ListKeysResponse.BuilderListKeysResponse. builder()ListKeysResponse.BuilderListKeysResponse.Builder. keys(Collection<KeySummary> keys)The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.ListKeysResponse.BuilderListKeysResponse.Builder. keys(Consumer<KeySummary.Builder>... keys)The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.ListKeysResponse.BuilderListKeysResponse.Builder. keys(KeySummary... keys)The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.ListKeysResponse.BuilderListKeysResponse.Builder. nextToken(String nextToken)The token for the next set of results, or an empty or null value if there are no more results.ListKeysResponse.BuilderListKeysResponse. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ListKeysResponse.Builder Modifier and Type Method Description static Class<? extends ListKeysResponse.Builder>ListKeysResponse. serializableBuilderClass()
-