Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ServiceActionAssociation
-
Packages that use ServiceActionAssociation Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ServiceActionAssociation in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ServiceActionAssociation Modifier and Type Method Description List<ServiceActionAssociation>BatchAssociateServiceActionWithProvisioningArtifactRequest. serviceActionAssociations()One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.List<ServiceActionAssociation>BatchDisassociateServiceActionFromProvisioningArtifactRequest. serviceActionAssociations()One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ServiceActionAssociation Modifier and Type Method Description BatchAssociateServiceActionWithProvisioningArtifactRequest.BuilderBatchAssociateServiceActionWithProvisioningArtifactRequest.Builder. serviceActionAssociations(ServiceActionAssociation... serviceActionAssociations)One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.BatchDisassociateServiceActionFromProvisioningArtifactRequest.BuilderBatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder. serviceActionAssociations(ServiceActionAssociation... serviceActionAssociations)One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ServiceActionAssociation Modifier and Type Method Description BatchAssociateServiceActionWithProvisioningArtifactRequest.BuilderBatchAssociateServiceActionWithProvisioningArtifactRequest.Builder. serviceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.BatchDisassociateServiceActionFromProvisioningArtifactRequest.BuilderBatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder. serviceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
-