Uses of Interface
software.amazon.awssdk.services.opsworks.OpsWorksBaseClientBuilder
-
Packages that use OpsWorksBaseClientBuilder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of OpsWorksBaseClientBuilder in software.amazon.awssdk.services.opsworks
Classes in software.amazon.awssdk.services.opsworks with type parameters of type OpsWorksBaseClientBuilder Modifier and Type Interface Description interfaceOpsWorksBaseClientBuilder<B extends OpsWorksBaseClientBuilder<B,C>,C>This includes configuration specific to AWS OpsWorks that is supported by bothOpsWorksClientBuilderandOpsWorksAsyncClientBuilder.Subinterfaces of OpsWorksBaseClientBuilder in software.amazon.awssdk.services.opsworks Modifier and Type Interface Description interfaceOpsWorksAsyncClientBuilderA builder for creating an instance ofOpsWorksAsyncClient.interfaceOpsWorksClientBuilderA builder for creating an instance ofOpsWorksClient.
-