| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
DescribeSimulationResult.getSchemaS3Location()
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
S3Location |
StartSimulationRequest.getSchemaS3Location()
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
S3Location |
DescribeSimulationResult.getSnapshotS3Location() |
S3Location |
StartSimulationRequest.getSnapshotS3Location()
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
S3Location |
S3Location.withBucketName(String bucketName)
The name of an Amazon S3 bucket.
|
S3Location |
S3Location.withObjectKey(String objectKey)
The key name of an object in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSimulationResult.setSchemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
void |
StartSimulationRequest.setSchemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
void |
DescribeSimulationResult.setSnapshotS3Location(S3Location snapshotS3Location) |
void |
StartSimulationRequest.setSnapshotS3Location(S3Location snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
DescribeSimulationResult |
DescribeSimulationResult.withSchemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
StartSimulationRequest |
StartSimulationRequest.withSchemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
DescribeSimulationResult |
DescribeSimulationResult.withSnapshotS3Location(S3Location snapshotS3Location) |
StartSimulationRequest |
StartSimulationRequest.withSnapshotS3Location(S3Location snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
Copyright © 2023. All rights reserved.