Uses of Class
software.amazon.awssdk.services.medialive.model.ChannelPlacementGroupState
-
Packages that use ChannelPlacementGroupState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ChannelPlacementGroupState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ChannelPlacementGroupState Modifier and Type Method Description static ChannelPlacementGroupStateChannelPlacementGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelPlacementGroupStateCreateChannelPlacementGroupResponse. state()The current state of the ChannelPlacementGroup.ChannelPlacementGroupStateDeleteChannelPlacementGroupResponse. state()The current state of the ChannelPlacementGroup.ChannelPlacementGroupStateDescribeChannelPlacementGroupResponse. state()The current state of the ChannelPlacementGroup.ChannelPlacementGroupStateDescribeChannelPlacementGroupSummary. state()The current state of the ChannelPlacementGroup.ChannelPlacementGroupStateUpdateChannelPlacementGroupResponse. state()The current state of the ChannelPlacementGroup.static ChannelPlacementGroupStateChannelPlacementGroupState. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelPlacementGroupState[]ChannelPlacementGroupState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ChannelPlacementGroupState Modifier and Type Method Description static Set<ChannelPlacementGroupState>ChannelPlacementGroupState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type ChannelPlacementGroupState Modifier and Type Method Description CreateChannelPlacementGroupResponse.BuilderCreateChannelPlacementGroupResponse.Builder. state(ChannelPlacementGroupState state)The current state of the ChannelPlacementGroup.DeleteChannelPlacementGroupResponse.BuilderDeleteChannelPlacementGroupResponse.Builder. state(ChannelPlacementGroupState state)The current state of the ChannelPlacementGroup.DescribeChannelPlacementGroupResponse.BuilderDescribeChannelPlacementGroupResponse.Builder. state(ChannelPlacementGroupState state)The current state of the ChannelPlacementGroup.DescribeChannelPlacementGroupSummary.BuilderDescribeChannelPlacementGroupSummary.Builder. state(ChannelPlacementGroupState state)The current state of the ChannelPlacementGroup.UpdateChannelPlacementGroupResponse.BuilderUpdateChannelPlacementGroupResponse.Builder. state(ChannelPlacementGroupState state)The current state of the ChannelPlacementGroup.
-