Uses of Interface
software.amazon.awssdk.services.outposts.model.CapacityTaskFailure.Builder
Packages that use CapacityTaskFailure.Builder
-
Uses of CapacityTaskFailure.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacityTaskFailure.BuilderModifier and TypeMethodDescriptionstatic CapacityTaskFailure.BuilderCapacityTaskFailure.builder()The reason that the specified capacity task failed.CapacityTaskFailure.toBuilder()The type of failure.CapacityTaskFailure.Builder.type(CapacityTaskFailureType type) The type of failure.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CapacityTaskFailure.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityTaskFailure.Builder>CapacityTaskFailure.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CapacityTaskFailure.BuilderModifier and TypeMethodDescriptiondefault GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder.failed(Consumer<CapacityTaskFailure.Builder> failed) Reason why the capacity task failed.StartCapacityTaskResponse.Builder.failed(Consumer<CapacityTaskFailure.Builder> failed) Reason that the specified capacity task failed.