| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceActionDefinitionKey |
ServiceActionDefinitionKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceActionDefinitionKey |
ServiceActionDefinitionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceActionDefinitionKey[] |
ServiceActionDefinitionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceActionDefinitionKey,String> |
UpdateServiceActionRequest.definition()
A map that defines the self-service action.
|
Map<ServiceActionDefinitionKey,String> |
CreateServiceActionRequest.definition()
The self-service action definition.
|
Map<ServiceActionDefinitionKey,String> |
ServiceActionDetail.definition()
A map that defines the self-service action.
|
static Set<ServiceActionDefinitionKey> |
ServiceActionDefinitionKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceActionRequest.Builder |
UpdateServiceActionRequest.Builder.definition(Map<ServiceActionDefinitionKey,String> definition)
A map that defines the self-service action.
|
CreateServiceActionRequest.Builder |
CreateServiceActionRequest.Builder.definition(Map<ServiceActionDefinitionKey,String> definition)
The self-service action definition.
|
ServiceActionDetail.Builder |
ServiceActionDetail.Builder.definition(Map<ServiceActionDefinitionKey,String> definition)
A map that defines the self-service action.
|
Copyright © 2023. All rights reserved.