Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchAssociateProjectAssetsResponse.Builder
-
Packages that use BatchAssociateProjectAssetsResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchAssociateProjectAssetsResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchAssociateProjectAssetsResponse.Builder Modifier and Type Method Description static BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse. builder()BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse.Builder. errors(Collection<AssetErrorDetails> errors)A list of associated error information, if any.BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse.Builder. errors(Consumer<AssetErrorDetails.Builder>... errors)A list of associated error information, if any.BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse.Builder. errors(AssetErrorDetails... errors)A list of associated error information, if any.BatchAssociateProjectAssetsResponse.BuilderBatchAssociateProjectAssetsResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchAssociateProjectAssetsResponse.Builder Modifier and Type Method Description static Class<? extends BatchAssociateProjectAssetsResponse.Builder>BatchAssociateProjectAssetsResponse. serializableBuilderClass()
-