Uses of Class
software.amazon.awssdk.services.servicecatalog.model.FailedServiceActionAssociation
-
Packages that use FailedServiceActionAssociation Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of FailedServiceActionAssociation in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type FailedServiceActionAssociation Modifier and Type Method Description List<FailedServiceActionAssociation>BatchAssociateServiceActionWithProvisioningArtifactResponse. failedServiceActionAssociations()An object that contains a list of errors, along with information to help you identify the self-service action.List<FailedServiceActionAssociation>BatchDisassociateServiceActionFromProvisioningArtifactResponse. failedServiceActionAssociations()An object that contains a list of errors, along with information to help you identify the self-service action.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type FailedServiceActionAssociation Modifier and Type Method Description BatchAssociateServiceActionWithProvisioningArtifactResponse.BuilderBatchAssociateServiceActionWithProvisioningArtifactResponse.Builder. failedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.BatchDisassociateServiceActionFromProvisioningArtifactResponse.BuilderBatchDisassociateServiceActionFromProvisioningArtifactResponse.Builder. failedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type FailedServiceActionAssociation Modifier and Type Method Description BatchAssociateServiceActionWithProvisioningArtifactResponse.BuilderBatchAssociateServiceActionWithProvisioningArtifactResponse.Builder. failedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.BatchDisassociateServiceActionFromProvisioningArtifactResponse.BuilderBatchDisassociateServiceActionFromProvisioningArtifactResponse.Builder. failedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.
-