Uses of Enum
software.amazon.awssdk.services.kinesis.model.MinimumThroughputBillingCommitmentInputStatus
Packages that use MinimumThroughputBillingCommitmentInputStatus
-
Uses of MinimumThroughputBillingCommitmentInputStatus in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return MinimumThroughputBillingCommitmentInputStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.MinimumThroughputBillingCommitmentInput.status()The desired status of the minimum throughput billing commitment.Returns the enum constant of this type with the specified name.MinimumThroughputBillingCommitmentInputStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type MinimumThroughputBillingCommitmentInputStatusMethods in software.amazon.awssdk.services.kinesis.model with parameters of type MinimumThroughputBillingCommitmentInputStatusModifier and TypeMethodDescriptionMinimumThroughputBillingCommitmentInput.Builder.status(MinimumThroughputBillingCommitmentInputStatus status) The desired status of the minimum throughput billing commitment.