Uses of Interface
software.amazon.awssdk.services.m2.M2BaseClientBuilder
-
Packages that use M2BaseClientBuilder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of M2BaseClientBuilder in software.amazon.awssdk.services.m2
Classes in software.amazon.awssdk.services.m2 with type parameters of type M2BaseClientBuilder Modifier and Type Interface Description interfaceM2BaseClientBuilder<B extends M2BaseClientBuilder<B,C>,C>This includes configuration specific to AWSMainframeModernization that is supported by bothM2ClientBuilderandM2AsyncClientBuilder.Subinterfaces of M2BaseClientBuilder in software.amazon.awssdk.services.m2 Modifier and Type Interface Description interfaceM2AsyncClientBuilderA builder for creating an instance ofM2AsyncClient.interfaceM2ClientBuilderA builder for creating an instance ofM2Client.
-