Uses of Interface
software.amazon.awssdk.services.sts.StsBaseClientBuilder
-
Packages that use StsBaseClientBuilder Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of StsBaseClientBuilder in software.amazon.awssdk.services.sts
Classes in software.amazon.awssdk.services.sts with type parameters of type StsBaseClientBuilder Modifier and Type Interface Description interfaceStsBaseClientBuilder<B extends StsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS STS that is supported by bothStsClientBuilderandStsAsyncClientBuilder.Subinterfaces of StsBaseClientBuilder in software.amazon.awssdk.services.sts Modifier and Type Interface Description interfaceStsAsyncClientBuilderA builder for creating an instance ofStsAsyncClient.interfaceStsClientBuilderA builder for creating an instance ofStsClient.
-