Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ArchiveState
Packages that use ArchiveState
-
Uses of ArchiveState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ArchiveStateModifier and TypeMethodDescriptionstatic ArchiveStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ArchiveStateArchive.state()The current state of the archive.final ArchiveStateCreateArchiveResponse.state()The state of the archive that was created.final ArchiveStateDescribeArchiveResponse.state()The state of the archive.final ArchiveStateListArchivesRequest.state()The state of the archive.final ArchiveStateUpdateArchiveResponse.state()The state of the archive.static ArchiveStateReturns the enum constant of this type with the specified name.static ArchiveState[]ArchiveState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ArchiveStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type ArchiveStateModifier and TypeMethodDescriptionArchive.Builder.state(ArchiveState state) The current state of the archive.CreateArchiveResponse.Builder.state(ArchiveState state) The state of the archive that was created.DescribeArchiveResponse.Builder.state(ArchiveState state) The state of the archive.ListArchivesRequest.Builder.state(ArchiveState state) The state of the archive.UpdateArchiveResponse.Builder.state(ArchiveState state) The state of the archive.