Uses of Interface
software.amazon.awssdk.services.artifact.ArtifactBaseClientBuilder
-
Packages that use ArtifactBaseClientBuilder Package Description software.amazon.awssdk.services.artifact This reference provides descriptions of the low-level AWS Artifact Service API. -
-
Uses of ArtifactBaseClientBuilder in software.amazon.awssdk.services.artifact
Classes in software.amazon.awssdk.services.artifact with type parameters of type ArtifactBaseClientBuilder Modifier and Type Interface Description interfaceArtifactBaseClientBuilder<B extends ArtifactBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Artifact that is supported by bothArtifactClientBuilderandArtifactAsyncClientBuilder.Subinterfaces of ArtifactBaseClientBuilder in software.amazon.awssdk.services.artifact Modifier and Type Interface Description interfaceArtifactAsyncClientBuilderA builder for creating an instance ofArtifactAsyncClient.interfaceArtifactClientBuilderA builder for creating an instance ofArtifactClient.
-