| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAuthorizationTokenResponse |
CodeartifactClient.getAuthorizationToken(Consumer<GetAuthorizationTokenRequest.Builder> getAuthorizationTokenRequest)
Generates a temporary authorization token for accessing repositories in the domain.
|
default GetAuthorizationTokenResponse |
CodeartifactClient.getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Generates a temporary authorization token for accessing repositories in the domain.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.