Uses of Class
software.amazon.awssdk.services.codeartifact.model.RepositoryDescription
-
Packages that use RepositoryDescription Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of RepositoryDescription in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return RepositoryDescription Modifier and Type Method Description RepositoryDescriptionAssociateExternalConnectionResponse. repository()Information about the connected repository after processing the request.RepositoryDescriptionCreateRepositoryResponse. repository()Information about the created repository after processing the request.RepositoryDescriptionDeleteRepositoryResponse. repository()Information about the deleted repository after processing the request.RepositoryDescriptionDescribeRepositoryResponse. repository()ARepositoryDescriptionobject that contains the requested repository information.RepositoryDescriptionDisassociateExternalConnectionResponse. repository()The repository associated with the removed external connection.RepositoryDescriptionUpdateRepositoryResponse. repository()The updated repository.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type RepositoryDescription Modifier and Type Method Description AssociateExternalConnectionResponse.BuilderAssociateExternalConnectionResponse.Builder. repository(RepositoryDescription repository)Information about the connected repository after processing the request.CreateRepositoryResponse.BuilderCreateRepositoryResponse.Builder. repository(RepositoryDescription repository)Information about the created repository after processing the request.DeleteRepositoryResponse.BuilderDeleteRepositoryResponse.Builder. repository(RepositoryDescription repository)Information about the deleted repository after processing the request.DescribeRepositoryResponse.BuilderDescribeRepositoryResponse.Builder. repository(RepositoryDescription repository)ARepositoryDescriptionobject that contains the requested repository information.DisassociateExternalConnectionResponse.BuilderDisassociateExternalConnectionResponse.Builder. repository(RepositoryDescription repository)The repository associated with the removed external connection.UpdateRepositoryResponse.BuilderUpdateRepositoryResponse.Builder. repository(RepositoryDescription repository)The updated repository.
-