| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceActionSummary |
ServiceActionSummary.clone() |
ServiceActionSummary |
ServiceActionDetail.getServiceActionSummary()
Summary information about the self-service action.
|
ServiceActionSummary |
ServiceActionSummary.withDefinitionType(ServiceActionDefinitionType definitionType)
The self-service action definition type.
|
ServiceActionSummary |
ServiceActionSummary.withDefinitionType(String definitionType)
The self-service action definition type.
|
ServiceActionSummary |
ServiceActionSummary.withDescription(String description)
The self-service action description.
|
ServiceActionSummary |
ServiceActionSummary.withId(String id)
The self-service action identifier.
|
ServiceActionSummary |
ServiceActionSummary.withName(String name)
The self-service action name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceActionSummary> |
ListServiceActionsResult.getServiceActionSummaries()
An object containing information about the service actions associated with the provisioning artifact.
|
List<ServiceActionSummary> |
ListServiceActionsForProvisioningArtifactResult.getServiceActionSummaries()
An object containing information about the self-service actions associated with the provisioning artifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceActionDetail.setServiceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
|
ListServiceActionsResult |
ListServiceActionsResult.withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResult |
ListServiceActionsForProvisioningArtifactResult.withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ServiceActionDetail |
ServiceActionDetail.withServiceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceActionsResult.setServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
void |
ListServiceActionsForProvisioningArtifactResult.setServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ListServiceActionsResult |
ListServiceActionsResult.withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResult |
ListServiceActionsForProvisioningArtifactResult.withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
Copyright © 2019. All rights reserved.