Uses of Class
software.amazon.awssdk.services.codeartifact.model.GetAuthorizationTokenResponse
-
Packages that use GetAuthorizationTokenResponse Package Description software.amazon.awssdk.services.codeartifact CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet. -
-
Uses of GetAuthorizationTokenResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return GetAuthorizationTokenResponse Modifier and Type Method Description default GetAuthorizationTokenResponseCodeartifactClient. getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)Generates a temporary authorization token for accessing repositories in the domain.default GetAuthorizationTokenResponseCodeartifactClient. getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)Generates a temporary authorization token for accessing repositories in the domain.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type GetAuthorizationTokenResponse Modifier and Type Method Description default CompletableFuture<GetAuthorizationTokenResponse>CodeartifactAsyncClient. getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)Generates a temporary authorization token for accessing repositories in the domain.default CompletableFuture<GetAuthorizationTokenResponse>CodeartifactAsyncClient. getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)Generates a temporary authorization token for accessing repositories in the domain.
-