Uses of Interface
software.amazon.awssdk.services.ec2.model.StartInstancesRequest.Builder
-
Packages that use StartInstancesRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of StartInstancesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type StartInstancesRequest.Builder Modifier and Type Method Description default CompletableFuture<StartInstancesResponse>Ec2AsyncClient. startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)Starts an Amazon EBS-backed instance that you've previously stopped.default StartInstancesResponseEc2Client. startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)Starts an Amazon EBS-backed instance that you've previously stopped. -
Uses of StartInstancesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StartInstancesRequest.Builder Modifier and Type Method Description StartInstancesRequest.BuilderStartInstancesRequest.Builder. additionalInfo(String additionalInfo)Reserved.static StartInstancesRequest.BuilderStartInstancesRequest. builder()StartInstancesRequest.BuilderStartInstancesRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.StartInstancesRequest.BuilderStartInstancesRequest.Builder. instanceIds(String... instanceIds)The IDs of the instances.StartInstancesRequest.BuilderStartInstancesRequest.Builder. instanceIds(Collection<String> instanceIds)The IDs of the instances.StartInstancesRequest.BuilderStartInstancesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartInstancesRequest.BuilderStartInstancesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartInstancesRequest.BuilderStartInstancesRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StartInstancesRequest.Builder Modifier and Type Method Description static Class<? extends StartInstancesRequest.Builder>StartInstancesRequest. serializableBuilderClass()
-