Uses of Class
software.amazon.awssdk.services.proton.model.RepositoryBranchInput
-
Packages that use RepositoryBranchInput Package Description software.amazon.awssdk.services.proton.model -
-
Uses of RepositoryBranchInput in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return RepositoryBranchInput Modifier and Type Method Description RepositoryBranchInputUpdateAccountSettingsRequest. pipelineProvisioningRepository()A linked repository for pipeline provisioning.RepositoryBranchInputCreateEnvironmentRequest. provisioningRepository()The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.RepositoryBranchInputUpdateEnvironmentRequest. provisioningRepository()The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.Methods in software.amazon.awssdk.services.proton.model with parameters of type RepositoryBranchInput Modifier and Type Method Description UpdateAccountSettingsRequest.BuilderUpdateAccountSettingsRequest.Builder. pipelineProvisioningRepository(RepositoryBranchInput pipelineProvisioningRepository)A linked repository for pipeline provisioning.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. provisioningRepository(RepositoryBranchInput provisioningRepository)The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. provisioningRepository(RepositoryBranchInput provisioningRepository)The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning.
-