Uses of Class
software.amazon.awssdk.services.eventbridge.model.ArchiveState
-
Packages that use ArchiveState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ArchiveState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ArchiveState Modifier and Type Method Description static ArchiveStateArchiveState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ArchiveStateArchive. state()The current state of the archive.ArchiveStateCreateArchiveResponse. state()The state of the archive that was created.ArchiveStateDescribeArchiveResponse. state()The state of the archive.ArchiveStateListArchivesRequest. state()The state of the archive.ArchiveStateUpdateArchiveResponse. state()The state of the archive.static ArchiveStateArchiveState. valueOf(String name)Returns 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 ArchiveState Modifier and Type Method Description static Set<ArchiveState>ArchiveState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ArchiveState Modifier and Type Method Description Archive.BuilderArchive.Builder. state(ArchiveState state)The current state of the archive.CreateArchiveResponse.BuilderCreateArchiveResponse.Builder. state(ArchiveState state)The state of the archive that was created.DescribeArchiveResponse.BuilderDescribeArchiveResponse.Builder. state(ArchiveState state)The state of the archive.ListArchivesRequest.BuilderListArchivesRequest.Builder. state(ArchiveState state)The state of the archive.UpdateArchiveResponse.BuilderUpdateArchiveResponse.Builder. state(ArchiveState state)The state of the archive.
-