Uses of Interface
software.amazon.awssdk.services.iam.IamBaseClientBuilder
-
Packages that use IamBaseClientBuilder Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of IamBaseClientBuilder in software.amazon.awssdk.services.iam
Classes in software.amazon.awssdk.services.iam with type parameters of type IamBaseClientBuilder Modifier and Type Interface Description interfaceIamBaseClientBuilder<B extends IamBaseClientBuilder<B,C>,C>This includes configuration specific to IAM that is supported by bothIamClientBuilderandIamAsyncClientBuilder.Subinterfaces of IamBaseClientBuilder in software.amazon.awssdk.services.iam Modifier and Type Interface Description interfaceIamAsyncClientBuilderA builder for creating an instance ofIamAsyncClient.interfaceIamClientBuilderA builder for creating an instance ofIamClient.
-