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 StartInstancesResponse
Ec2Client. 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.Builder
StartInstancesRequest.Builder. additionalInfo(String additionalInfo)
Reserved.static StartInstancesRequest.Builder
StartInstancesRequest. builder()
StartInstancesRequest.Builder
StartInstancesRequest.Builder. dryRun(Boolean dryRun)
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.StartInstancesRequest.Builder
StartInstancesRequest.Builder. instanceIds(String... instanceIds)
The IDs of the instances.StartInstancesRequest.Builder
StartInstancesRequest.Builder. instanceIds(Collection<String> instanceIds)
The IDs of the instances.StartInstancesRequest.Builder
StartInstancesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
StartInstancesRequest.Builder
StartInstancesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
StartInstancesRequest.Builder
StartInstancesRequest. 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()
-