Uses of Class
software.amazon.awssdk.services.pipes.model.BatchJobDependencyType
-
Packages that use BatchJobDependencyType Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of BatchJobDependencyType in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return BatchJobDependencyType Modifier and Type Method Description static BatchJobDependencyTypeBatchJobDependencyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchJobDependencyTypeBatchJobDependency. type()The type of the job dependency.static BatchJobDependencyTypeBatchJobDependencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchJobDependencyType[]BatchJobDependencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type BatchJobDependencyType Modifier and Type Method Description static Set<BatchJobDependencyType>BatchJobDependencyType. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type BatchJobDependencyType Modifier and Type Method Description BatchJobDependency.BuilderBatchJobDependency.Builder. type(BatchJobDependencyType type)The type of the job dependency.
-