Uses of Interface
software.amazon.awssdk.services.ec2.Ec2AsyncClient
-
Packages that use Ec2AsyncClient 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 Ec2AsyncClient in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return Ec2AsyncClient Modifier and Type Method Description static Ec2AsyncClientEc2AsyncClient. create()Create aEc2AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of Ec2AsyncClient in software.amazon.awssdk.services.ec2.paginators
-
Uses of Ec2AsyncClient in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type Ec2AsyncClient Modifier and Type Method Description Ec2AsyncWaiter.BuilderEc2AsyncWaiter.Builder. client(Ec2AsyncClient client)Sets a customEc2AsyncClientthat will be used to poll the resource
-