Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.UpdateAssetResponse.Builder
-
Packages that use UpdateAssetResponse.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of UpdateAssetResponse.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return UpdateAssetResponse.Builder Modifier and Type Method Description default UpdateAssetResponse.BuilderUpdateAssetResponse.Builder. assetStatus(Consumer<AssetStatus.Builder> assetStatus)The status of the asset, which contains a state (UPDATINGafter successfully calling this operation) and any error message.UpdateAssetResponse.BuilderUpdateAssetResponse.Builder. assetStatus(AssetStatus assetStatus)The status of the asset, which contains a state (UPDATINGafter successfully calling this operation) and any error message.static UpdateAssetResponse.BuilderUpdateAssetResponse. builder()UpdateAssetResponse.BuilderUpdateAssetResponse. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type UpdateAssetResponse.Builder Modifier and Type Method Description static Class<? extends UpdateAssetResponse.Builder>UpdateAssetResponse. serializableBuilderClass()
-