Uses of Interface
software.amazon.awssdk.services.codeartifact.model.GetRepositoryEndpointRequest.Builder
-
Packages that use GetRepositoryEndpointRequest.Builder 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.software.amazon.awssdk.services.codeartifact.model -
-
Uses of GetRepositoryEndpointRequest.Builder in software.amazon.awssdk.services.codeartifact
Method parameters in software.amazon.awssdk.services.codeartifact with type arguments of type GetRepositoryEndpointRequest.Builder 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 GetRepositoryEndpointResponseCodeartifactClient. getRepositoryEndpoint(Consumer<GetRepositoryEndpointRequest.Builder> getRepositoryEndpointRequest)Returns the endpoint of a repository for a specific package format. -
Uses of GetRepositoryEndpointRequest.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return GetRepositoryEndpointRequest.Builder Modifier and Type Method Description static GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest. builder()GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. domain(String domain)The name of the domain that contains the repository.GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. domainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository.GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. format(String format)Returns which endpoint of a repository to return.GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. format(PackageFormat format)Returns which endpoint of a repository to return.GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest.Builder. repository(String repository)The name of the repository.GetRepositoryEndpointRequest.BuilderGetRepositoryEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type GetRepositoryEndpointRequest.Builder Modifier and Type Method Description static Class<? extends GetRepositoryEndpointRequest.Builder>GetRepositoryEndpointRequest. serializableBuilderClass()
-