| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build
tools such as npm, Apache Maven, NuGet, and pip.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryEndpointResult |
AWSCodeArtifact.getRepositoryEndpoint(GetRepositoryEndpointRequest getRepositoryEndpointRequest)
Returns the endpoint of a repository for a specific package format.
|
GetRepositoryEndpointResult |
AbstractAWSCodeArtifact.getRepositoryEndpoint(GetRepositoryEndpointRequest request) |
GetRepositoryEndpointResult |
AWSCodeArtifactClient.getRepositoryEndpoint(GetRepositoryEndpointRequest request)
Returns the endpoint of a repository for a specific package format.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRepositoryEndpointResult> |
AbstractAWSCodeArtifactAsync.getRepositoryEndpointAsync(GetRepositoryEndpointRequest request,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler) |
Future<GetRepositoryEndpointResult> |
AWSCodeArtifactAsyncClient.getRepositoryEndpointAsync(GetRepositoryEndpointRequest request,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler) |
Future<GetRepositoryEndpointResult> |
AWSCodeArtifactAsync.getRepositoryEndpointAsync(GetRepositoryEndpointRequest getRepositoryEndpointRequest,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler)
Returns the endpoint of a repository for a specific package format.
|
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryEndpointResult |
GetRepositoryEndpointResult.clone() |
GetRepositoryEndpointResult |
GetRepositoryEndpointResult.withRepositoryEndpoint(String repositoryEndpoint)
A string that specifies the URL of the returned endpoint.
|
Copyright © 2021. All rights reserved.