Uses of Interface
software.amazon.awssdk.services.nimble.NimbleBaseClientBuilder
-
Packages that use NimbleBaseClientBuilder Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference. -
-
Uses of NimbleBaseClientBuilder in software.amazon.awssdk.services.nimble
Classes in software.amazon.awssdk.services.nimble with type parameters of type NimbleBaseClientBuilder Modifier and Type Interface Description interfaceNimbleBaseClientBuilder<B extends NimbleBaseClientBuilder<B,C>,C>This includes configuration specific to AmazonNimbleStudio that is supported by bothNimbleClientBuilderandNimbleAsyncClientBuilder.Subinterfaces of NimbleBaseClientBuilder in software.amazon.awssdk.services.nimble Modifier and Type Interface Description interfaceNimbleAsyncClientBuilderA builder for creating an instance ofNimbleAsyncClient.interfaceNimbleClientBuilderA builder for creating an instance ofNimbleClient.
-