Uses of Interface
software.amazon.awssdk.services.outposts.model.InstancesToExclude.Builder
-
Packages that use InstancesToExclude.Builder Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of InstancesToExclude.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return InstancesToExclude.Builder Modifier and Type Method Description InstancesToExclude.BuilderInstancesToExclude.Builder. accountIds(String... accountIds)IDs of the accounts that own each instance that must not be stopped.InstancesToExclude.BuilderInstancesToExclude.Builder. accountIds(Collection<String> accountIds)IDs of the accounts that own each instance that must not be stopped.static InstancesToExclude.BuilderInstancesToExclude. builder()InstancesToExclude.BuilderInstancesToExclude.Builder. instances(String... instances)List of user-specified instances that must not be stopped.InstancesToExclude.BuilderInstancesToExclude.Builder. instances(Collection<String> instances)List of user-specified instances that must not be stopped.InstancesToExclude.BuilderInstancesToExclude.Builder. services(Collection<AWSServiceName> services)Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.InstancesToExclude.BuilderInstancesToExclude.Builder. services(AWSServiceName... services)Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.InstancesToExclude.BuilderInstancesToExclude.Builder. servicesWithStrings(String... services)Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.InstancesToExclude.BuilderInstancesToExclude.Builder. servicesWithStrings(Collection<String> services)Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.InstancesToExclude.BuilderInstancesToExclude. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type InstancesToExclude.Builder Modifier and Type Method Description static Class<? extends InstancesToExclude.Builder>InstancesToExclude. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type InstancesToExclude.Builder Modifier and Type Method Description default GetCapacityTaskResponse.BuilderGetCapacityTaskResponse.Builder. instancesToExclude(Consumer<InstancesToExclude.Builder> instancesToExclude)Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.default StartCapacityTaskRequest.BuilderStartCapacityTaskRequest.Builder. instancesToExclude(Consumer<InstancesToExclude.Builder> 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.default StartCapacityTaskResponse.BuilderStartCapacityTaskResponse.Builder. instancesToExclude(Consumer<InstancesToExclude.Builder> instancesToExclude)User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.
-