Uses of Class
software.amazon.awssdk.services.kms.model.RotationsListEntry
Packages that use RotationsListEntry
Package
Description
-
Uses of RotationsListEntry in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RotationsListEntryModifier and TypeMethodDescriptionfinal List<RotationsListEntry>ListKeyRotationsResponse.rotations()A list of completed key material rotations.Methods in software.amazon.awssdk.services.kms.model with parameters of type RotationsListEntryModifier and TypeMethodDescriptionListKeyRotationsResponse.Builder.rotations(RotationsListEntry... rotations) A list of completed key material rotations.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type RotationsListEntryModifier and TypeMethodDescriptionListKeyRotationsResponse.Builder.rotations(Collection<RotationsListEntry> rotations) A list of completed key material rotations. -
Uses of RotationsListEntry in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type RotationsListEntryModifier and TypeMethodDescriptionfinal SdkIterable<RotationsListEntry>ListKeyRotationsIterable.rotations()Returns an iterable to iterate through the paginatedListKeyRotationsResponse.rotations()member.final SdkPublisher<RotationsListEntry>ListKeyRotationsPublisher.rotations()Returns a publisher that can be used to get a stream of data.