Uses of Interface
software.amazon.awssdk.services.ec2.model.StopInstancesRequest.Builder
Packages that use StopInstancesRequest.Builder
Package
Description
-
Uses of StopInstancesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type StopInstancesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<StopInstancesResponse>Ec2AsyncClient.stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest) Stops an Amazon EBS-backed instance.default StopInstancesResponseEc2Client.stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest) Stops an Amazon EBS-backed instance. -
Uses of StopInstancesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StopInstancesRequest.BuilderModifier and TypeMethodDescriptionstatic StopInstancesRequest.BuilderStopInstancesRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.Forces the instance to stop.Hibernates the instance if the instance was enabled for hibernation at launch.StopInstancesRequest.Builder.instanceIds(String... instanceIds) The IDs of the instances.StopInstancesRequest.Builder.instanceIds(Collection<String> instanceIds) The IDs of the instances.StopInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopInstancesRequest.Builder.skipOsShutdown(Boolean skipOsShutdown) Specifies whether to bypass the graceful OS shutdown process when the instance is stopped.StopInstancesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StopInstancesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopInstancesRequest.Builder>StopInstancesRequest.serializableBuilderClass()