Uses of Interface
software.amazon.awssdk.services.codeartifact.model.AssociateExternalConnectionResponse.Builder
-
Packages that use AssociateExternalConnectionResponse.Builder Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of AssociateExternalConnectionResponse.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return AssociateExternalConnectionResponse.Builder Modifier and Type Method Description static AssociateExternalConnectionResponse.BuilderAssociateExternalConnectionResponse. builder()default AssociateExternalConnectionResponse.BuilderAssociateExternalConnectionResponse.Builder. repository(Consumer<RepositoryDescription.Builder> repository)Information about the connected repository after processing the request.AssociateExternalConnectionResponse.BuilderAssociateExternalConnectionResponse.Builder. repository(RepositoryDescription repository)Information about the connected repository after processing the request.AssociateExternalConnectionResponse.BuilderAssociateExternalConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type AssociateExternalConnectionResponse.Builder Modifier and Type Method Description static Class<? extends AssociateExternalConnectionResponse.Builder>AssociateExternalConnectionResponse. serializableBuilderClass()
-