| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceActionAssociation |
ServiceActionAssociation.clone() |
ServiceActionAssociation |
ServiceActionAssociation.withProductId(String productId)
The product identifier.
|
ServiceActionAssociation |
ServiceActionAssociation.withProvisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
ServiceActionAssociation |
ServiceActionAssociation.withServiceActionId(String serviceActionId)
The self-service action identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceActionAssociation> |
BatchDisassociateServiceActionFromProvisioningArtifactRequest.getServiceActionAssociations()
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
List<ServiceActionAssociation> |
BatchAssociateServiceActionWithProvisioningArtifactRequest.getServiceActionAssociations()
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateServiceActionFromProvisioningArtifactRequest |
BatchDisassociateServiceActionFromProvisioningArtifactRequest.withServiceActionAssociations(ServiceActionAssociation... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
BatchAssociateServiceActionWithProvisioningArtifactRequest.withServiceActionAssociations(ServiceActionAssociation... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateServiceActionFromProvisioningArtifactRequest.setServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
void |
BatchAssociateServiceActionWithProvisioningArtifactRequest.setServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
BatchDisassociateServiceActionFromProvisioningArtifactRequest |
BatchDisassociateServiceActionFromProvisioningArtifactRequest.withServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
BatchAssociateServiceActionWithProvisioningArtifactRequest |
BatchAssociateServiceActionWithProvisioningArtifactRequest.withServiceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
|
Copyright © 2023. All rights reserved.