Uses of Interface
software.amazon.awssdk.services.ec2.Ec2BaseClientBuilder
-
Packages that use Ec2BaseClientBuilder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of Ec2BaseClientBuilder in software.amazon.awssdk.services.ec2
Classes in software.amazon.awssdk.services.ec2 with type parameters of type Ec2BaseClientBuilder Modifier and Type Interface Description interfaceEc2BaseClientBuilder<B extends Ec2BaseClientBuilder<B,C>,C>This includes configuration specific to Amazon EC2 that is supported by bothEc2ClientBuilderandEc2AsyncClientBuilder.Subinterfaces of Ec2BaseClientBuilder in software.amazon.awssdk.services.ec2 Modifier and Type Interface Description interfaceEc2AsyncClientBuilderA builder for creating an instance ofEc2AsyncClient.interfaceEc2ClientBuilderA builder for creating an instance ofEc2Client.
-