| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
GenerateChangeSetRequest.changesetFormat()
The format for the change set.
|
static OutputFormat |
OutputFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OutputFormat |
GenerateTemplateRequest.templateFormat()
The format for generating the CloudFormation template.
|
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OutputFormat> |
OutputFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GenerateChangeSetRequest.Builder |
GenerateChangeSetRequest.Builder.changesetFormat(OutputFormat changesetFormat)
The format for the change set.
|
GenerateTemplateRequest.Builder |
GenerateTemplateRequest.Builder.templateFormat(OutputFormat templateFormat)
The format for generating the CloudFormation template.
|
Copyright © 2022. All rights reserved.