Uses of Interface
software.amazon.awssdk.services.greengrass.model.CreateSoftwareUpdateJobResponse.Builder
-
Packages that use CreateSoftwareUpdateJobResponse.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of CreateSoftwareUpdateJobResponse.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return CreateSoftwareUpdateJobResponse.Builder Modifier and Type Method Description static CreateSoftwareUpdateJobResponse.BuilderCreateSoftwareUpdateJobResponse. builder()CreateSoftwareUpdateJobResponse.BuilderCreateSoftwareUpdateJobResponse.Builder. iotJobArn(String iotJobArn)The IoT Job ARN corresponding to this update.CreateSoftwareUpdateJobResponse.BuilderCreateSoftwareUpdateJobResponse.Builder. iotJobId(String iotJobId)The IoT Job Id corresponding to this update.CreateSoftwareUpdateJobResponse.BuilderCreateSoftwareUpdateJobResponse.Builder. platformSoftwareVersion(String platformSoftwareVersion)The software version installed on the device or devices after the update.CreateSoftwareUpdateJobResponse.BuilderCreateSoftwareUpdateJobResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type CreateSoftwareUpdateJobResponse.Builder Modifier and Type Method Description static Class<? extends CreateSoftwareUpdateJobResponse.Builder>CreateSoftwareUpdateJobResponse. serializableBuilderClass()
-