| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceActionDefinitionType |
CreateServiceActionRequest.definitionType()
The service action definition type.
|
ServiceActionDefinitionType |
ServiceActionSummary.definitionType()
The self-service action definition type.
|
static ServiceActionDefinitionType |
ServiceActionDefinitionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceActionDefinitionType |
ServiceActionDefinitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceActionDefinitionType[] |
ServiceActionDefinitionType.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<ServiceActionDefinitionType> |
ServiceActionDefinitionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceActionRequest.Builder |
CreateServiceActionRequest.Builder.definitionType(ServiceActionDefinitionType definitionType)
The service action definition type.
|
ServiceActionSummary.Builder |
ServiceActionSummary.Builder.definitionType(ServiceActionDefinitionType definitionType)
The self-service action definition type.
|
Copyright © 2023. All rights reserved.