Uses of Class
software.amazon.awssdk.services.outposts.model.InstancesToExclude
-
Packages that use InstancesToExclude Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of InstancesToExclude in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return InstancesToExclude Modifier and Type Method Description InstancesToExcludeGetCapacityTaskResponse. instancesToExclude()Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.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.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 InstancesToExclude Modifier and Type Method Description GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.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.BuilderStartCapacityTaskRequest.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.BuilderStartCapacityTaskResponse.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.
-