Uses of Class
software.amazon.awssdk.services.codeartifact.model.GetRepositoryEndpointResponse
-
Packages that use GetRepositoryEndpointResponse 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 GetRepositoryEndpointResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return GetRepositoryEndpointResponse Modifier and Type Method Description default GetRepositoryEndpointResponseCodeartifactClient. getRepositoryEndpoint(Consumer<GetRepositoryEndpointRequest.Builder> getRepositoryEndpointRequest)Returns the endpoint of a repository for a specific package format.default GetRepositoryEndpointResponseCodeartifactClient. getRepositoryEndpoint(GetRepositoryEndpointRequest getRepositoryEndpointRequest)Returns the endpoint of a repository for a specific package format.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type GetRepositoryEndpointResponse Modifier and Type Method Description default CompletableFuture<GetRepositoryEndpointResponse>CodeartifactAsyncClient. getRepositoryEndpoint(Consumer<GetRepositoryEndpointRequest.Builder> getRepositoryEndpointRequest)Returns the endpoint of a repository for a specific package format.default CompletableFuture<GetRepositoryEndpointResponse>CodeartifactAsyncClient. getRepositoryEndpoint(GetRepositoryEndpointRequest getRepositoryEndpointRequest)Returns the endpoint of a repository for a specific package format.
-