| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceActionDetail |
ServiceActionDetail.addDefinitionEntry(String key,
String value)
Add a single Definition entry
|
ServiceActionDetail |
ServiceActionDetail.clearDefinitionEntries()
Removes all the entries added into Definition.
|
ServiceActionDetail |
ServiceActionDetail.clone() |
ServiceActionDetail |
CreateServiceActionResult.getServiceActionDetail()
An object containing information about the self-service action.
|
ServiceActionDetail |
UpdateServiceActionResult.getServiceActionDetail()
Detailed information about the self-service action.
|
ServiceActionDetail |
DescribeServiceActionResult.getServiceActionDetail()
Detailed information about the self-service action.
|
ServiceActionDetail |
ServiceActionDetail.withDefinition(Map<String,String> definition)
A map that defines the self-service action.
|
ServiceActionDetail |
ServiceActionDetail.withServiceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceActionResult.setServiceActionDetail(ServiceActionDetail serviceActionDetail)
An object containing information about the self-service action.
|
void |
UpdateServiceActionResult.setServiceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
void |
DescribeServiceActionResult.setServiceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
CreateServiceActionResult |
CreateServiceActionResult.withServiceActionDetail(ServiceActionDetail serviceActionDetail)
An object containing information about the self-service action.
|
UpdateServiceActionResult |
UpdateServiceActionResult.withServiceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
DescribeServiceActionResult |
DescribeServiceActionResult.withServiceActionDetail(ServiceActionDetail serviceActionDetail)
Detailed information about the self-service action.
|
Copyright © 2021. All rights reserved.