Uses of Interface
software.amazon.awssdk.services.codeartifact.model.DisassociateExternalConnectionResponse.Builder
-
Packages that use DisassociateExternalConnectionResponse.Builder Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of DisassociateExternalConnectionResponse.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return DisassociateExternalConnectionResponse.Builder Modifier and Type Method Description static DisassociateExternalConnectionResponse.BuilderDisassociateExternalConnectionResponse. builder()default DisassociateExternalConnectionResponse.BuilderDisassociateExternalConnectionResponse.Builder. repository(Consumer<RepositoryDescription.Builder> repository)The repository associated with the removed external connection.DisassociateExternalConnectionResponse.BuilderDisassociateExternalConnectionResponse.Builder. repository(RepositoryDescription repository)The repository associated with the removed external connection.DisassociateExternalConnectionResponse.BuilderDisassociateExternalConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type DisassociateExternalConnectionResponse.Builder Modifier and Type Method Description static Class<? extends DisassociateExternalConnectionResponse.Builder>DisassociateExternalConnectionResponse. serializableBuilderClass()
-