Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyValueResponse.Builder
-
Packages that use BatchPutAssetPropertyValueResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchPutAssetPropertyValueResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchPutAssetPropertyValueResponse.Builder Modifier and Type Method Description static BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse. builder()BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse.Builder. errorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)A list of the errors (if any) associated with the batch put request.BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse.Builder. errorEntries(Consumer<BatchPutAssetPropertyErrorEntry.Builder>... errorEntries)A list of the errors (if any) associated with the batch put request.BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse.Builder. errorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)A list of the errors (if any) associated with the batch put request.BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchPutAssetPropertyValueResponse.Builder Modifier and Type Method Description static Class<? extends BatchPutAssetPropertyValueResponse.Builder>BatchPutAssetPropertyValueResponse. serializableBuilderClass()
-