Uses of Class
software.amazon.awssdk.services.privatenetworks.model.CommitmentLength
-
Packages that use CommitmentLength Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of CommitmentLength in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return CommitmentLength Modifier and Type Method Description CommitmentLengthCommitmentConfiguration. commitmentLength()The duration of the commitment period for the radio unit.static CommitmentLengthCommitmentLength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CommitmentLengthCommitmentLength. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitmentLength[]CommitmentLength. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type CommitmentLength Modifier and Type Method Description static Set<CommitmentLength>CommitmentLength. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type CommitmentLength Modifier and Type Method Description CommitmentConfiguration.BuilderCommitmentConfiguration.Builder. commitmentLength(CommitmentLength commitmentLength)The duration of the commitment period for the radio unit.
-