Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeySummary
-
Packages that use KeySummary Package Description software.amazon.awssdk.services.paymentcryptography.model software.amazon.awssdk.services.paymentcryptography.paginators -
-
Uses of KeySummary in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeySummary Modifier and Type Method Description List<KeySummary>ListKeysResponse. keys()The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeySummary Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. keys(KeySummary... keys)The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type KeySummary Modifier and Type Method Description 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. -
Uses of KeySummary in software.amazon.awssdk.services.paymentcryptography.paginators
Methods in software.amazon.awssdk.services.paymentcryptography.paginators that return types with arguments of type KeySummary Modifier and Type Method Description SdkIterable<KeySummary>ListKeysIterable. keys()Returns an iterable to iterate through the paginatedListKeysResponse.keys()member.SdkPublisher<KeySummary>ListKeysPublisher. keys()Returns a publisher that can be used to get a stream of data.
-