Uses of Interface
software.amazon.awssdk.services.sms.model.SSMOutput.Builder
-
Packages that use SSMOutput.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of SSMOutput.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return SSMOutput.Builder Modifier and Type Method Description static SSMOutput.BuilderSSMOutput. builder()default SSMOutput.BuilderSSMOutput.Builder. s3Location(Consumer<S3Location.Builder> 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.SSMOutput.BuilderSSMOutput. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type SSMOutput.Builder Modifier and Type Method Description static Class<? extends SSMOutput.Builder>SSMOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type SSMOutput.Builder Modifier and Type Method Description default AppValidationOutput.BuilderAppValidationOutput.Builder. ssmOutput(Consumer<SSMOutput.Builder> ssmOutput)Output from using SSM to validate the application.
-