Uses of Interface
software.amazon.awssdk.services.pi.PiBaseClientBuilder
-
Packages that use PiBaseClientBuilder Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights -
-
Uses of PiBaseClientBuilder in software.amazon.awssdk.services.pi
Classes in software.amazon.awssdk.services.pi with type parameters of type PiBaseClientBuilder Modifier and Type Interface Description interfacePiBaseClientBuilder<B extends PiBaseClientBuilder<B,C>,C>This includes configuration specific to AWS PI that is supported by bothPiClientBuilderandPiAsyncClientBuilder.Subinterfaces of PiBaseClientBuilder in software.amazon.awssdk.services.pi Modifier and Type Interface Description interfacePiAsyncClientBuilderA builder for creating an instance ofPiAsyncClient.interfacePiClientBuilderA builder for creating an instance ofPiClient.
-