| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyType |
ThirdPartyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ThirdPartyType |
SetTypeConfigurationRequest.type()
The type of extension.
|
ThirdPartyType |
PublishTypeRequest.type()
The type of the extension.
|
ThirdPartyType |
DeactivateTypeRequest.type()
The extension type.
|
ThirdPartyType |
ActivateTypeRequest.type()
The extension type.
|
ThirdPartyType |
TypeConfigurationIdentifier.type()
The type of extension.
|
ThirdPartyType |
TestTypeRequest.type()
The type of the extension to test.
|
static ThirdPartyType |
ThirdPartyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyType[] |
ThirdPartyType.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<ThirdPartyType> |
ThirdPartyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.type(ThirdPartyType type)
The type of extension.
|
PublishTypeRequest.Builder |
PublishTypeRequest.Builder.type(ThirdPartyType type)
The type of the extension.
|
DeactivateTypeRequest.Builder |
DeactivateTypeRequest.Builder.type(ThirdPartyType type)
The extension type.
|
ActivateTypeRequest.Builder |
ActivateTypeRequest.Builder.type(ThirdPartyType type)
The extension type.
|
TypeConfigurationIdentifier.Builder |
TypeConfigurationIdentifier.Builder.type(ThirdPartyType type)
The type of extension.
|
TestTypeRequest.Builder |
TestTypeRequest.Builder.type(ThirdPartyType type)
The type of the extension to test.
|
Copyright © 2023. All rights reserved.