Uses of Interface
software.amazon.awssdk.services.outposts.model.InstancesToExclude.Builder
Packages that use InstancesToExclude.Builder
-
Uses of InstancesToExclude.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return InstancesToExclude.BuilderModifier and TypeMethodDescriptionInstancesToExclude.Builder.accountIds(String... accountIds) IDs of the accounts that own each instance that must not be stopped.InstancesToExclude.Builder.accountIds(Collection<String> accountIds) IDs of the accounts that own each instance that must not be stopped.static InstancesToExclude.BuilderInstancesToExclude.builder()List of user-specified instances that must not be stopped.InstancesToExclude.Builder.instances(Collection<String> instances) List of user-specified instances that must not be stopped.InstancesToExclude.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.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.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.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.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type InstancesToExclude.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstancesToExclude.Builder>InstancesToExclude.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type InstancesToExclude.BuilderModifier and TypeMethodDescriptiondefault 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.StartCapacityTaskResponse.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.