Uses of Class
software.amazon.awssdk.services.greengrass.model.UpdateTargetsArchitecture
-
Packages that use UpdateTargetsArchitecture Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of UpdateTargetsArchitecture in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return UpdateTargetsArchitecture Modifier and Type Method Description static UpdateTargetsArchitectureUpdateTargetsArchitecture. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateTargetsArchitectureCreateSoftwareUpdateJobRequest. updateTargetsArchitecture()Returns the value of the UpdateTargetsArchitecture property for this object.static UpdateTargetsArchitectureUpdateTargetsArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateTargetsArchitecture[]UpdateTargetsArchitecture. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type UpdateTargetsArchitecture Modifier and Type Method Description static Set<UpdateTargetsArchitecture>UpdateTargetsArchitecture. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type UpdateTargetsArchitecture Modifier and Type Method Description CreateSoftwareUpdateJobRequest.BuilderCreateSoftwareUpdateJobRequest.Builder. updateTargetsArchitecture(UpdateTargetsArchitecture updateTargetsArchitecture)Sets the value of the UpdateTargetsArchitecture property for this object.
-