| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistryType |
RegistryType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegistryType |
TypeSummary.type()
The kind of extension.
|
RegistryType |
TypeVersionSummary.type()
The kind of extension.
|
RegistryType |
RegisterTypeRequest.type()
The kind of extension.
|
RegistryType |
ListTypeRegistrationsRequest.type()
The kind of extension.
|
RegistryType |
ListTypeVersionsRequest.type()
The kind of the extension.
|
RegistryType |
SetTypeDefaultVersionRequest.type()
The kind of extension.
|
RegistryType |
DescribeTypeRequest.type()
The kind of extension.
|
RegistryType |
ListTypesRequest.type()
The type of extension.
|
RegistryType |
DescribeTypeResponse.type()
The kind of extension.
|
RegistryType |
DeregisterTypeRequest.type()
The kind of extension.
|
static RegistryType |
RegistryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryType[] |
RegistryType.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<RegistryType> |
RegistryType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TypeSummary.Builder |
TypeSummary.Builder.type(RegistryType type)
The kind of extension.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.type(RegistryType type)
The kind of extension.
|
RegisterTypeRequest.Builder |
RegisterTypeRequest.Builder.type(RegistryType type)
The kind of extension.
|
ListTypeRegistrationsRequest.Builder |
ListTypeRegistrationsRequest.Builder.type(RegistryType type)
The kind of extension.
|
ListTypeVersionsRequest.Builder |
ListTypeVersionsRequest.Builder.type(RegistryType type)
The kind of the extension.
|
SetTypeDefaultVersionRequest.Builder |
SetTypeDefaultVersionRequest.Builder.type(RegistryType type)
The kind of extension.
|
DescribeTypeRequest.Builder |
DescribeTypeRequest.Builder.type(RegistryType type)
The kind of extension.
|
ListTypesRequest.Builder |
ListTypesRequest.Builder.type(RegistryType type)
The type of extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.type(RegistryType type)
The kind of extension.
|
DeregisterTypeRequest.Builder |
DeregisterTypeRequest.Builder.type(RegistryType type)
The kind of extension.
|
Copyright © 2023. All rights reserved.