Uses of Class
software.amazon.awssdk.services.outposts.model.InstancesToExclude
Packages that use InstancesToExclude
-
Uses of InstancesToExclude in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return InstancesToExcludeModifier and TypeMethodDescriptionfinal InstancesToExcludeGetCapacityTaskResponse.instancesToExclude()Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.final InstancesToExcludeStartCapacityTaskRequest.instancesToExclude()List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.final InstancesToExcludeStartCapacityTaskResponse.instancesToExclude()User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.Methods in software.amazon.awssdk.services.outposts.model with parameters of type InstancesToExcludeModifier and TypeMethodDescriptionGetCapacityTaskResponse.Builder.instancesToExclude(InstancesToExclude instancesToExclude) Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.StartCapacityTaskRequest.Builder.instancesToExclude(InstancesToExclude instancesToExclude) List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.StartCapacityTaskResponse.Builder.instancesToExclude(InstancesToExclude instancesToExclude) User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.