| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
FailedServiceActionAssociation |
FailedServiceActionAssociation.clone() |
FailedServiceActionAssociation |
FailedServiceActionAssociation.withErrorCode(ServiceActionAssociationErrorCode errorCode)
The error code.
|
FailedServiceActionAssociation |
FailedServiceActionAssociation.withErrorCode(String errorCode)
The error code.
|
FailedServiceActionAssociation |
FailedServiceActionAssociation.withErrorMessage(String errorMessage)
A text description of the error.
|
FailedServiceActionAssociation |
FailedServiceActionAssociation.withProductId(String productId)
The product identifier.
|
FailedServiceActionAssociation |
FailedServiceActionAssociation.withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
FailedServiceActionAssociation |
FailedServiceActionAssociation.withServiceActionId(String serviceActionId)
The self-service action identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedServiceActionAssociation> |
BatchDisassociateServiceActionFromProvisioningArtifactResult.getFailedServiceActionAssociations()
An object that contains a list of errors, along with information to help you identify the self-service action.
|
List<FailedServiceActionAssociation> |
BatchAssociateServiceActionWithProvisioningArtifactResult.getFailedServiceActionAssociations()
An object that contains a list of errors, along with information to help you identify the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateServiceActionFromProvisioningArtifactResult |
BatchDisassociateServiceActionFromProvisioningArtifactResult.withFailedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
BatchAssociateServiceActionWithProvisioningArtifactResult |
BatchAssociateServiceActionWithProvisioningArtifactResult.withFailedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateServiceActionFromProvisioningArtifactResult.setFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
void |
BatchAssociateServiceActionWithProvisioningArtifactResult.setFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
BatchDisassociateServiceActionFromProvisioningArtifactResult |
BatchDisassociateServiceActionFromProvisioningArtifactResult.withFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
BatchAssociateServiceActionWithProvisioningArtifactResult |
BatchAssociateServiceActionWithProvisioningArtifactResult.withFailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
|
Copyright © 2021. All rights reserved.