| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Visibility |
Visibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visibility |
DescribeTypeResponse.visibility()
The scope at which the extension is visible and usable in CloudFormation operations.
|
Visibility |
ListTypesRequest.visibility()
The scope at which the extensions are visible and usable in CloudFormation operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Visibility> |
Visibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.visibility(Visibility visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.visibility(Visibility visibility)
The scope at which the extensions are visible and usable in CloudFormation operations.
|
Copyright © 2022. All rights reserved.