| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSoftwareUpdateJobResponse |
GreengrassClient.createSoftwareUpdateJob(Consumer<CreateSoftwareUpdateJobRequest.Builder> createSoftwareUpdateJobRequest)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
default CompletableFuture<CreateSoftwareUpdateJobResponse> |
GreengrassAsyncClient.createSoftwareUpdateJob(Consumer<CreateSoftwareUpdateJobRequest.Builder> createSoftwareUpdateJobRequest)
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the
OTA Agent as well as the Greengrass core software.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.amznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
static CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.builder() |
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.s3UrlSignerRole(String s3UrlSignerRole)
Sets the value of the S3UrlSignerRole property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.softwareToUpdate(SoftwareToUpdate softwareToUpdate)
Sets the value of the SoftwareToUpdate property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.softwareToUpdate(String softwareToUpdate)
Sets the value of the SoftwareToUpdate property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.toBuilder() |
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateAgentLogLevel(String updateAgentLogLevel)
Sets the value of the UpdateAgentLogLevel property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateAgentLogLevel(UpdateAgentLogLevel updateAgentLogLevel)
Sets the value of the UpdateAgentLogLevel property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargets(Collection<String> updateTargets)
Sets the value of the UpdateTargets property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargets(String... updateTargets)
Sets the value of the UpdateTargets property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargetsArchitecture(String updateTargetsArchitecture)
Sets the value of the UpdateTargetsArchitecture property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargetsArchitecture(UpdateTargetsArchitecture updateTargetsArchitecture)
Sets the value of the UpdateTargetsArchitecture property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargetsOperatingSystem(String updateTargetsOperatingSystem)
Sets the value of the UpdateTargetsOperatingSystem property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
CreateSoftwareUpdateJobRequest.Builder.updateTargetsOperatingSystem(UpdateTargetsOperatingSystem updateTargetsOperatingSystem)
Sets the value of the UpdateTargetsOperatingSystem property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSoftwareUpdateJobRequest.Builder> |
CreateSoftwareUpdateJobRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.