Uses of Class
software.amazon.awssdk.services.robomaker.model.UploadBehavior
-
Packages that use UploadBehavior Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of UploadBehavior in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return UploadBehavior Modifier and Type Method Description static UploadBehaviorUploadBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UploadBehaviorUploadConfiguration. uploadBehavior()Specifies when to upload the files:static UploadBehaviorUploadBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static UploadBehavior[]UploadBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type UploadBehavior Modifier and Type Method Description static Set<UploadBehavior>UploadBehavior. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type UploadBehavior Modifier and Type Method Description UploadConfiguration.BuilderUploadConfiguration.Builder. uploadBehavior(UploadBehavior uploadBehavior)Specifies when to upload the files:
-