Uses of Interface
software.amazon.awssdk.services.opsworkscm.OpsWorksCmBaseClientBuilder
-
Packages that use OpsWorksCmBaseClientBuilder Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of OpsWorksCmBaseClientBuilder in software.amazon.awssdk.services.opsworkscm
Classes in software.amazon.awssdk.services.opsworkscm with type parameters of type OpsWorksCmBaseClientBuilder Modifier and Type Interface Description interfaceOpsWorksCmBaseClientBuilder<B extends OpsWorksCmBaseClientBuilder<B,C>,C>This includes configuration specific to OpsWorksCM that is supported by bothOpsWorksCmClientBuilderandOpsWorksCmAsyncClientBuilder.Subinterfaces of OpsWorksCmBaseClientBuilder in software.amazon.awssdk.services.opsworkscm Modifier and Type Interface Description interfaceOpsWorksCmAsyncClientBuilderA builder for creating an instance ofOpsWorksCmAsyncClient.interfaceOpsWorksCmClientBuilderA builder for creating an instance ofOpsWorksCmClient.
-