Uses of Class
software.amazon.awssdk.services.sms.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.sms.model -
-
Uses of S3Location in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return S3Location Modifier and Type Method Description S3LocationServerLaunchConfiguration. configureScript()Returns the value of the ConfigureScript property for this object.S3LocationGenerateChangeSetResponse. s3Location()The location of the Amazon S3 object.S3LocationGenerateTemplateResponse. s3Location()The location of the Amazon S3 object.S3LocationSource. s3Location()Returns the value of the S3Location property for this object.S3LocationSSMOutput. s3Location()Returns the value of the S3Location property for this object.S3LocationUserData. s3Location()Amazon S3 location of the user-data script.Methods in software.amazon.awssdk.services.sms.model with parameters of type S3Location Modifier and Type Method Description ServerLaunchConfiguration.BuilderServerLaunchConfiguration.Builder. configureScript(S3Location configureScript)Sets the value of the ConfigureScript property for this object.GenerateChangeSetResponse.BuilderGenerateChangeSetResponse.Builder. s3Location(S3Location s3Location)The location of the Amazon S3 object.GenerateTemplateResponse.BuilderGenerateTemplateResponse.Builder. s3Location(S3Location s3Location)The location of the Amazon S3 object.Source.BuilderSource.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.SSMOutput.BuilderSSMOutput.Builder. s3Location(S3Location s3Location)Sets the value of the S3Location property for this object.UserData.BuilderUserData.Builder. s3Location(S3Location s3Location)Amazon S3 location of the user-data script.
-