Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of S3Location in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return S3Location Modifier and Type Method Description S3LocationDescribeSimulationResponse. schemaS3Location()The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).S3LocationStartSimulationRequest. schemaS3Location()The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).S3LocationDescribeSimulationResponse. snapshotS3Location()Returns the value of the SnapshotS3Location property for this object.S3LocationStartSimulationRequest. snapshotS3Location()The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type S3Location Modifier and Type Method Description DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. schemaS3Location(S3Location schemaS3Location)The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).StartSimulationRequest.BuilderStartSimulationRequest.Builder. schemaS3Location(S3Location schemaS3Location)The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. snapshotS3Location(S3Location snapshotS3Location)Sets the value of the SnapshotS3Location property for this object.StartSimulationRequest.BuilderStartSimulationRequest.Builder. snapshotS3Location(S3Location snapshotS3Location)The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
-