Uses of Class
software.amazon.awssdk.services.proton.model.Repository
-
Packages that use Repository Package Description software.amazon.awssdk.services.proton.model -
-
Uses of Repository in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return Repository Modifier and Type Method Description RepositoryCreateRepositoryResponse. repository()The repository link's detail data that's returned by Proton.RepositoryDeleteRepositoryResponse. repository()The deleted repository link's detail data that's returned by Proton.RepositoryGetRepositoryResponse. repository()The repository link's detail data that's returned by Proton.Methods in software.amazon.awssdk.services.proton.model with parameters of type Repository Modifier and Type Method Description CreateRepositoryResponse.BuilderCreateRepositoryResponse.Builder. repository(Repository repository)The repository link's detail data that's returned by Proton.DeleteRepositoryResponse.BuilderDeleteRepositoryResponse.Builder. repository(Repository repository)The deleted repository link's detail data that's returned by Proton.GetRepositoryResponse.BuilderGetRepositoryResponse.Builder. repository(Repository repository)The repository link's detail data that's returned by Proton.
-