| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
DeploymentConfig.clone() |
DeploymentConfig |
SyncDeploymentJobResult.getDeploymentConfig()
Deprecated.
Information about the deployment configuration.
|
DeploymentConfig |
CreateDeploymentJobResult.getDeploymentConfig()
Deprecated.
The deployment configuration.
|
DeploymentConfig |
DeploymentJob.getDeploymentConfig()
The deployment configuration.
|
DeploymentConfig |
DescribeDeploymentJobResult.getDeploymentConfig()
Deprecated.
The deployment configuration.
|
DeploymentConfig |
CreateDeploymentJobRequest.getDeploymentConfig()
The requested deployment configuration.
|
DeploymentConfig |
DeploymentConfig.withConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
DeploymentConfig |
DeploymentConfig.withDownloadConditionFile(S3Object downloadConditionFile)
The download condition file.
|
DeploymentConfig |
DeploymentConfig.withFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
DeploymentConfig |
DeploymentConfig.withRobotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncDeploymentJobResult.setDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
Information about the deployment configuration.
|
void |
CreateDeploymentJobResult.setDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
void |
DeploymentJob.setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
void |
DescribeDeploymentJobResult.setDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
void |
CreateDeploymentJobRequest.setDeploymentConfig(DeploymentConfig deploymentConfig)
The requested deployment configuration.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
Information about the deployment configuration.
|
CreateDeploymentJobResult |
CreateDeploymentJobResult.withDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
DeploymentJob |
DeploymentJob.withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
DescribeDeploymentJobResult |
DescribeDeploymentJobResult.withDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
CreateDeploymentJobRequest |
CreateDeploymentJobRequest.withDeploymentConfig(DeploymentConfig deploymentConfig)
The requested deployment configuration.
|
Copyright © 2023. All rights reserved.