| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceActionSummary |
ServiceActionDetail.serviceActionSummary()
Summary information about the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceActionSummary> |
ListServiceActionsResponse.serviceActionSummaries()
An object containing information about the service actions associated with the provisioning artifact.
|
List<ServiceActionSummary> |
ListServiceActionsForProvisioningArtifactResponse.serviceActionSummaries()
An object containing information about the self-service actions associated with the provisioning artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceActionsResponse.Builder |
ListServiceActionsResponse.Builder.serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResponse.Builder |
ListServiceActionsForProvisioningArtifactResponse.Builder.serviceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ServiceActionDetail.Builder |
ServiceActionDetail.Builder.serviceActionSummary(ServiceActionSummary serviceActionSummary)
Summary information about the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceActionsResponse.Builder |
ListServiceActionsResponse.Builder.serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResponse.Builder |
ListServiceActionsForProvisioningArtifactResponse.Builder.serviceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
Copyright © 2023. All rights reserved.