| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
ServerLaunchConfiguration.getConfigureScript() |
S3Location |
GenerateChangeSetResult.getS3Location()
The location of the Amazon S3 object.
|
S3Location |
UserData.getS3Location()
Amazon S3 location of the user-data script.
|
S3Location |
Source.getS3Location() |
S3Location |
GenerateTemplateResult.getS3Location()
The location of the Amazon S3 object.
|
S3Location |
SSMOutput.getS3Location() |
S3Location |
S3Location.withBucket(String bucket)
The Amazon S3 bucket name.
|
S3Location |
S3Location.withKey(String key)
The Amazon S3 bucket key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLaunchConfiguration.setConfigureScript(S3Location configureScript) |
void |
GenerateChangeSetResult.setS3Location(S3Location s3Location)
The location of the Amazon S3 object.
|
void |
UserData.setS3Location(S3Location s3Location)
Amazon S3 location of the user-data script.
|
void |
Source.setS3Location(S3Location s3Location) |
void |
GenerateTemplateResult.setS3Location(S3Location s3Location)
The location of the Amazon S3 object.
|
void |
SSMOutput.setS3Location(S3Location s3Location) |
ServerLaunchConfiguration |
ServerLaunchConfiguration.withConfigureScript(S3Location configureScript) |
GenerateChangeSetResult |
GenerateChangeSetResult.withS3Location(S3Location s3Location)
The location of the Amazon S3 object.
|
UserData |
UserData.withS3Location(S3Location s3Location)
Amazon S3 location of the user-data script.
|
Source |
Source.withS3Location(S3Location s3Location) |
GenerateTemplateResult |
GenerateTemplateResult.withS3Location(S3Location s3Location)
The location of the Amazon S3 object.
|
SSMOutput |
SSMOutput.withS3Location(S3Location s3Location) |
Copyright © 2024. All rights reserved.