Uses of Class
software.amazon.awssdk.services.outposts.model.CapacityTaskFailure
-
Packages that use CapacityTaskFailure Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of CapacityTaskFailure in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacityTaskFailure Modifier and Type Method Description CapacityTaskFailureGetCapacityTaskResponse. failed()Reason why the capacity task failed.CapacityTaskFailureStartCapacityTaskResponse. failed()Reason that the specified capacity task failed.Methods in software.amazon.awssdk.services.outposts.model with parameters of type CapacityTaskFailure Modifier and Type Method Description GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder. failed(CapacityTaskFailure failed)Reason why the capacity task failed.StartCapacityTaskResponse.BuilderStartCapacityTaskResponse.Builder. failed(CapacityTaskFailure failed)Reason that the specified capacity task failed.
-