| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAuthorizationTokenResult> |
AWSCodeArtifactAsyncClient.getAuthorizationTokenAsync(GetAuthorizationTokenRequest request,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler) |
Future<GetAuthorizationTokenResult> |
AbstractAWSCodeArtifactAsync.getAuthorizationTokenAsync(GetAuthorizationTokenRequest request,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler) |
Future<GetAuthorizationTokenResult> |
AWSCodeArtifactAsync.getAuthorizationTokenAsync(GetAuthorizationTokenRequest getAuthorizationTokenRequest,
AsyncHandler<GetAuthorizationTokenRequest,GetAuthorizationTokenResult> asyncHandler)
Generates a temporary authorization token for accessing repositories in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.clone() |
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withDomain(String domain)
The name of the domain that is in scope for the generated authorization token.
|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetAuthorizationTokenRequest |
GetAuthorizationTokenRequest.withDurationSeconds(Long durationSeconds)
The time, in seconds, that the generated authorization token is valid.
|
Copyright © 2024. All rights reserved.