Uses of Interface
software.amazon.awssdk.services.ec2.Ec2Client
-
Packages that use Ec2Client Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.waiters -
-
Uses of Ec2Client in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return Ec2Client Modifier and Type Method Description static Ec2ClientEc2Client. create()Create aEc2Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Ec2Client in software.amazon.awssdk.services.ec2.paginators
-
Uses of Ec2Client in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type Ec2Client Modifier and Type Method Description Ec2Waiter.BuilderEc2Waiter.Builder. client(Ec2Client client)Sets a customEc2Clientthat will be used to poll the resource
-