Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetErrorDetails
-
Packages that use AssetErrorDetails Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetErrorDetails in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetErrorDetails Modifier and Type Method Description List<AssetErrorDetails>BatchAssociateProjectAssetsResponse. errors()A list of associated error information, if any.List<AssetErrorDetails>BatchDisassociateProjectAssetsResponse. errors()A list of associated error information, if any.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetErrorDetails Modifier and Type Method Description BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse.Builder. errors(AssetErrorDetails... errors)A list of associated error information, if any.BatchDisassociateProjectAssetsResponse.BuilderBatchDisassociateProjectAssetsResponse.Builder. errors(AssetErrorDetails... errors)A list of associated error information, if any.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetErrorDetails Modifier and Type Method Description BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse.Builder. errors(Collection<AssetErrorDetails> errors)A list of associated error information, if any.BatchDisassociateProjectAssetsResponse.BuilderBatchDisassociateProjectAssetsResponse.Builder. errors(Collection<AssetErrorDetails> errors)A list of associated error information, if any.
-