Uses of Class
software.amazon.awssdk.services.kms.model.CustomKeyStoresListEntry
Packages that use CustomKeyStoresListEntry
Package
Description
-
Uses of CustomKeyStoresListEntry in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type CustomKeyStoresListEntryModifier and TypeMethodDescriptionfinal List<CustomKeyStoresListEntry>DescribeCustomKeyStoresResponse.customKeyStores()Contains metadata about each custom key store.Methods in software.amazon.awssdk.services.kms.model with parameters of type CustomKeyStoresListEntryModifier and TypeMethodDescriptionDescribeCustomKeyStoresResponse.Builder.customKeyStores(CustomKeyStoresListEntry... customKeyStores) Contains metadata about each custom key store.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type CustomKeyStoresListEntryModifier and TypeMethodDescriptionDescribeCustomKeyStoresResponse.Builder.customKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores) Contains metadata about each custom key store. -
Uses of CustomKeyStoresListEntry in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type CustomKeyStoresListEntryModifier and TypeMethodDescriptionDescribeCustomKeyStoresIterable.customKeyStores()Returns an iterable to iterate through the paginatedDescribeCustomKeyStoresResponse.customKeyStores()member.DescribeCustomKeyStoresPublisher.customKeyStores()Returns a publisher that can be used to get a stream of data.